PearlGI
Registered User.
- Local time
- Today, 11:24
- Joined
- Aug 30, 2001
- Messages
- 125
How do you detect if any reports are open in preview mode?
With a Form you can use the CurrentView property, but this doesn't exist for reports.
I can detect if a report is open (Reports.Count), but I need to know whether this is in design or preview mode.
With a Form you can use the CurrentView property, but this doesn't exist for reports.
I can detect if a report is open (Reports.Count), but I need to know whether this is in design or preview mode.
Last edited: