Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to determine if user cancelled print?
Message
From
22/12/2006 04:42:29
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01179595
Message ID:
01179729
Views:
8
This message has been marked as a message which has helped to the initial question of the thread.
Hi

this should work too ..
_PAGETOTAL = 20000 && set total to some unrealistic high value
REPORT FORM yourReport TO PRINTER PROMPT
IF _PAGETOTAL = 20000
? "Report cancelled"
ENDIF
Regards
Christian
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform