Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Did user print the report?
Message
From
06/07/1999 02:22:56
 
 
To
05/07/1999 12:17:08
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, United States
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00237434
Message ID:
00237636
Views:
12
>>Hi, All!
>>
>>My question is:
>>may I know whether user prints the report after doing preview or not?
>>Thanks.
>Christof Lange's article in the Oct FPA explains how.
>Put code in the On Exit snippet of the Summary Band that checks for the "Printing..." window.
>IF WEXIST("Printing...") && Use must have printed the whole thing!

Charlie,
thank you for your advice. But I've done it in other way with a little help from my colleagues. Before doing report I create a cursor - the body of the reprort. If user really printed the report, EOF("MyCursor") becomes .T., else
it has meaning .F. That's all. So, I check it after doing REPORT PREVIEW.
Regards

Alex
Previous
Reply
Map
View

Click here to load this message in the networking platform