Click to See Complete Forum and Search --> : Printing


August 14th, 1999, 09:15 PM
Problem: On one printer the printout comes out fine, lines and text. On another printer the lines print out on one page and the text on another.

I was under the assumption thatl data sent to the printer object is saved to a virtual page, and then printed with the EndDoc statement. I have not used NewPage statement in the code.

Does anyone have any solutions to this problem?

Thanks in advance

August 16th, 1999, 05:23 AM
try checking your printer setting before printing on thr other printer.If that also doesn't work then
try printing the texts and lines using the statement
Printer.printform if the form you are print is small or if the form exceeds
the screen height then try printing the text by using printer.currentX .
regards
SB