Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
When to Remove Contents of EXPR, TAG and TAG2
Message
From
17/01/2003 09:40:14
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00742756
Message ID:
00742854
Views:
16
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform