Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
When to Remove Contents of EXPR, TAG and TAG2
Message
De
17/01/2003 09:40:14
Cindy Winegarden
Duke University Medical Center
Durham, Caroline du Nord, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00742756
Message ID:
00742854
Vues:
17
>I am in the process of distributing an application as an .exe.
>Should the contents of the EXPR, TAG and TAG2 fields in the FRX files of reports be deleted prior to the compiliation?
>If so, why (or why not)?

If the printers your users have are very different from the one you are using the printer-specific information in the reports could cause problems. That's the purporse for the deletions. However, you should delete only the printer-specific information. That means everything in Tag1 and Tag2, but the Expr field is a different story. Here's one I have:

DRIVER=winspool
DEVICE=\\NetworkPrinterNameHere
OUTPUT=\\NDPS01
ORIENTATION=0
PAPERSIZE=9
COPIES=1
DEFAULTSOURCE=1
PRINTQUALITY=600
COLOR=1
YRESOLUTION=600
TTOPTION=2

You would probably want to keep the Orientation, Papersize, and Copies lines. You can find project hook routines to clear this stuff when you build your project.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform