Results 1 to 6 of 6

Thread: Print Speed

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2004
    Posts
    69

    Print Speed

    Dear All,
    How can i increase the printing speed on Dot Matrix Printer. We are Using Crystal Report 9.0. & vb 6.0

    Thank You
    With Regards,
    M A Sulaiman.

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Print Speed

    Most DM Printers offer a DRAFT QUALITY setting that is a lot faster than normal printing is. There is usually another High Quality setting that is even slower.

    Look in the printer properties.

  3. #3
    Member
    Join Date
    Feb 2005
    Location
    Chennai-India
    Posts
    38

    Re: Print Speed

    This is a very good question which is blowing in my mind. Presently i am using the method of creating a .txt file and printing thru a .bat file

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Nov 2004
    Posts
    69

    Re: Print Speed

    Dear Ragavijai,

    Please give the details. How you print invoice ?.
    thank you

  5. #5
    Member
    Join Date
    Feb 2005
    Location
    Chennai-India
    Posts
    38

    Re: Print Speed

    I am giving brief details here for printing from VB6.0

    1) You have create a text file print.txt (the thing that has to be printed)You have do all the alignment, positions, etc. for that text manually.
    2) You ca use FSO (FileSystemObject) to create a file.
    3) create the following batch file (run.bat) in the local program directory.
    TYPE PRINT.TXT > PRN
    or
    TYPE PRINT.TXT > C:\PRN

    4) The file content will be sent to the LPT1 or Default Dotmatrix printer

    Do you want more details,sir?

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Nov 2004
    Posts
    69

    Re: Print Speed

    Dear Ragavijay,
    Yes, I Want Some More details .

    Thank you,

    With Regards,

    M A Sulaiman

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