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?
Printable View
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?
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