Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Duplex Printing
Message
From
13/04/2000 20:08:40
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00357680
Message ID:
00359575
Views:
9
>I am trying to print a report to a printer that supports duplex printing. I have expanded the report form to 22" long. The detail band is 11" long and the footer is 11" long. When I try to print it it generates an error that the footer is too long to fit on the page. How do I define and print a duplex report?

In addition to Marks comments, you can also remove all information in tag, tag2 and expr fields for the report and let the users local printer handle the duplexing...

(I remove the information in all reports or labels in my project with a program)

On the users computer, set up a driver (for whatever printer they are using) called Duplex

before you run the report you can:
* check for a printer called duplex using the function aprinters()
* if it exists, switch to that printer using getprinter()
set printer to name getprinter()
* run the report
* switch back to your default printer
set printer to default


Hope this helps
Thanks,

Stacy



Black Mountain Software, Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform