Report Printing Before its fully loaded

racemadnss

Registered User.
Local time
Today, 12:55
Joined
May 18, 2004
Messages
58
I'm Confused, whats the difference between Report_Open, and Report_Activated? Is there some kind of Report_IsDoneLoading?

I have a form that gives the user the option to print a report. When you select the report you want to print, it runs a script to open the report.

The report is set to run some code when "Activated". At the end of this code, I have it ask the user if it wants to print the report. when you say YES, instead of printing the report(which cant be seen yet because its still loading) it prints the Options Form.

Is there a way to only run this code for the report after the form has completely loaded?
 
Nevermind I figured out a diff way

On the Options Form I chose acPrint instead of Preview, now it just prints out :D
 

Users who are viewing this thread

Back
Top Bottom