Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report - to - HP2100 printer
Message
 
 
À
09/05/2001 18:24:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00505144
Message ID:
00505691
Vues:
24
This message has been marked as a message which has helped to the initial question of the thread.
>If a printer has a feature such as manual mode is there anything in VFP print command that might overide this and force printing?
>dennis


Try to remove all printer-specific information from your reports. This is necessary if users of your app use printers different from one you design your reports for.

1. Open the report as a table with "USE MyReport.frx"
2. Go to the first record
3. Delete the contents of the TAG and TAG2 fields.
REPLACE Tag WITH "", Tag2 WITH ""
4. Open the EXPR field and delete all printer-specific lines, leaving the information about orientation, paper size and etc.

You can find a sample of code that will do above for you in Thread #496784 Message #496830.

Remember that you will have to repeat this process every time you save your report.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform