|
-
Sep 9th, 2002, 04:49 AM
#1
Thread Starter
New Member
Printer management
Suppose that you have a grid .rows=200 namely aproximately 4 page.
And you want to print this grids containing like an excell grid.
How can we do that?
does commmon dialog box do that? Ýf yes how?
-
Sep 9th, 2002, 05:49 AM
#2
the common dialog only allows the user to specify a printer (or file to open etc, depending on which part you use).
To actually print things you need to write the code yourself.
When printing grids it is best to use the textmatrix property to get all the text, and the colwidths/rowheights to get the grid size.
Good luck!
PS: there may be some code in this forum already to do this, just do a search for "print grid" or something similar
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|