Birdman895
Registered User.
- Local time
- Today, 13:40
- Joined
- Apr 19, 2012
- Messages
- 62
I have a report that runs code in Report_load, and based on the value of a field it sets some objects Visible=False and others Visible=True etc.. Now I'm trying to move away from acViewPreview and print direct to the printer with acViewNormal but the Report_Load event doesn't run. Is there a different way to run that code when printing directly?