Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Did user print after preview?
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Did user print after preview?
Miscellaneous
Thread ID:
00154987
Message ID:
00154987
Views:
47
Christof Lange carried a article in Foxpro Advisor on determining whether a user printed a report by placing a function in the summary band.

private plPrinted
private plPrinted = .f.

function wasPrinted()
if wexist("Printing...")
plPrinted = .t.
endif

In the report summary band you put in the on exit: wasPrinted()
Works great.
______________________

Is there a to determine whether or not a person printed from a preview of labels? I have a spinner for the # of copies. If the user didn't print the preview - I don't want to print the other copies.

Thanks in advance.
Next
Reply
Map
View

Click here to load this message in the networking platform