|
-
Feb 12th, 2005, 01:25 AM
#1
Thread Starter
Lively Member
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.
-
Feb 12th, 2005, 02:20 AM
#2
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.
-
Feb 12th, 2005, 09:06 AM
#3
Member
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
-
Feb 12th, 2005, 11:43 PM
#4
Thread Starter
Lively Member
Re: Print Speed
Dear Ragavijai,
Please give the details. How you print invoice ?.
thank you
-
Feb 14th, 2005, 02:27 AM
#5
Member
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?
-
Feb 14th, 2005, 04:23 AM
#6
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|