Print Pop-up Modal Report

velcrowe

Registered User.
Local time
Today, 08:53
Joined
Apr 26, 2006
Messages
86
I have a report that opens from a command button on a form. The settings on the report are set to pop-up and modal to keep the focus on the report until closed. I like the settings as they are but I need to print the report once it pops up. As the settings go, I cannot access or use the toolbars to print the report. How can I print the report from the pop-up, modal view? :mad:

Thank you in advance for all your help
 
May be you can place a button to your report that can activate printing?
 
Either you print the report instead of previewing it or add some code in the OnClose event of the report to ask the user if they want to print the report and take the action based on the answer they click from the message box.
 

Users who are viewing this thread

Back
Top Bottom