|
-
May 17th, 2000, 02:53 AM
#1
Thread Starter
Lively Member
Can I make the Printer object's Height property set to infinity? I'm using a dot matrix printer to print on a spool of paper (similar to printing calculators), but I get form feeds partway through the print because it thinks the paper is ending. Is there a way to ignore the paper height or set it to infinity so this won't happen?
-
May 17th, 2000, 04:37 AM
#2
Well, I don't think it can be infinite, but this code sets its length to a mile.
Printer.ScaleMode = vbInches
Printer.Height = 63360
-
May 17th, 2000, 06:15 AM
#3
Thread Starter
Lively Member
When I try that, the height seems to max out at around 7 1/2 feet, no matter how large I try to set it. I think the printer driver may be the problem, but I don't know a way around it.
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
|