Results 1 to 2 of 2

Thread: Printer management

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2001
    Location
    Erzurum/TURKEY
    Posts
    15

    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?

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974
    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
  •  



Click Here to Expand Forum to Full Width