Hi, We are using DMP at the client side and printing takes a lot of time when using DMP. Is there any way out where we can speed up the printing job. Thanx in Advance
Try playing with the printer drivers on windows.
Dear Rajan, Does ur DMP printer is currently printing in GUI Mode or Draft mode that will make hell of difference to speed. Make sure that when you print a report simple like dir >prn it from DOS. should be in plain draft. Make sure that printing is bidirectional Play with setdevicefont name to draft Second way could be to generate an ascii file and print it through os commands Paramjit
quote:
Originally posted by paramjit_pummi
Dear Rajan, Does ur DMP printer is currently printing in GUI Mode or Draft mode that will make hell of difference to speed. Make sure that when you print a report simple like dir >prn it from DOS. should be in plain draft. Make sure that printing is bidirectional Play with setdevicefont name to draft Second way could be to generate an ascii file and print it through os commands Paramjit
Dear Pummy, I have tried all the options and am left with the option of ASCII printing which i wasn’t interested in doing. As to do ASCII printing i have to make some kinda JUGAD coding in VB. Anyway thanx for the Help. Regards