Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detecting the print button in a preview
Message
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00682100
Message ID:
00682164
Views:
18
--SNIP--
>>I would like to run a second report containing "Instructions for Completion" only if the user chose to print from the print preview toolbar. Something along the lines of
>>
>>IF (printbutton is clicked)
>>report form 1
>>report form 2
>>ELSE
>>release window
>>ENDIF
>>
>>
>>How can I catch the print button?
--ENDSNIP--

>Here is a trick from Cathy Pountney:
>
>Create a variable IsPrinted outside of your report
>private IsPrinted
>IsPrinted = .f.
>
>In the report at the summary section on exit put:
>
>_VFP.SetVar('IsPrinted',wexist('Printing...'))


Great! My thanks to you and Cathy :)
Phil Thomas
http://phillipdthomas.com

Never let your energy or enthusiasm be dampened by the discouragements that must inevitably come.....
Previous
Reply
Map
View

Click here to load this message in the networking platform