Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Duplex Printing
Message
De
13/04/2000 20:08:40
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00357680
Message ID:
00359575
Vues:
10
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform