Printing reports on dot matrix is slow

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Toral Shah
    New Member
    • Apr 2007
    • 19

    Printing reports on dot matrix is slow

    hi i have made a data entry program and want to print my report in dot matrix printer.
    but the printing speed is really slow.
    but when i print my dos based reports the output is really fast.
    do i need to do some settings.. plz help me out with my query
  • nico5038
    Recognized Expert Specialist
    • Nov 2006
    • 3080

    #2
    Hmm, a fast alternative could be to print the report "old fashioned" from code.
    You can use the OPEN command to open the LPT1 port for the printer and send the characters with Print statements.
    You'll have to do the layout yourself this way and I'm not sure you want that...

    Nic;o)

    Comment

    • Toral Shah
      New Member
      • Apr 2007
      • 19

      #3
      Originally posted by nico5038
      Hmm, a fast alternative could be to print the report "old fashioned" from code.
      You can use the OPEN command to open the LPT1 port for the printer and send the characters with Print statements.
      You'll have to do the layout yourself this way and I'm not sure you want that...

      Nic;o)
      plz help me how to do the open command thing.how to open the LPT1 port for the printer.

      Comment

      • NeoPa
        Recognized Expert Moderator MVP
        • Oct 2006
        • 32634

        #4
        Please remember to provide a meaningful Title for any threads started (Please Use Appropriate Titles for New Threads!). This helps to ensure that other members, and also the general public, will have a better chance of finding answers to any similar questions.

        MODERATOR.

        The title of this thread has been changed.

        Comment

        Working...