Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How you prevent the report form from saving default prin
Message
 
To
09/04/2003 17:37:28
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00775783
Message ID:
00776451
Views:
8
>How you prevent the report form from saving default printer?
>
>I have several different types of printers on my network; however, when I save my VFP 7.0 report forms, it appears the form saves my default printer.
>
>
>Gary Lipps
>650-387-3891

Hi Gary!

The defaults parameters are saved in the report (frx file), so you must open the file as a table.

example use myreport.frx exclusive

later you must clear the expr, tag and tag2 fields of the first record

BLANK FIELDS expr, tag, tag2

close the frx file.

Now your report take the defaults form the actual selected printer.

Caution: if you open the report, modify, and save changes, then defaults have saved too. You must do again the blank command.
Enrique Ramírez
Microsoft VFP MVP 2003
www.foxtraining.com
México
Previous
Reply
Map
View

Click here to load this message in the networking platform