|
-
August 14th, 1999, 09:15 PM
#1
Printing
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
#2
Re: Printing
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
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
|