Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detect if PREVIEW was printed
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00984439
Message ID:
00984466
Views:
52
That does it beautifully!

You da gal!!!!!

cheers

>>Is there a way to tell if the operator chose to print or simply exit the preview?
>
>You can do this:
>
>
>llPrinted = .f.
>REPORT FORM blah ....
>
>IF llPrinted
>  more stuff
>ENDIF
>
>
>Add a summary band to the report and in the OnExit expression, put the following:
>
>
>_VFP.SetVar('llPrinted', WEXIST("Printing..."))
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform