Visual Basic / Printing / Formatted Printing
Snippet details
ID: 421
Viewed: 1326
Added: 2002-08-19
Version:
I've done 3 apps that needed formatted printing, lists in rows or columns with Name, Date, Lines, boxes etc. I could never get "Print Form" to give me the detail I needed. If you write a sub putting the info you need into variables and then print the variables at the (X,Y) coordinates you want the info displayed it works very well, is quick and with a bit of trial and error will look just the way you want. Any info needed that is in a data base, list box can usually be printed with a loop to change the position.
General Details
Snippet uploaded by: snippet
Email : webmaster@snippetlibrary.com
Snippet By: Unknown
| Snippet By: | Unknown |
| Declarations | |
| Code | |
| Highlight All | |
No Reviews to show
