E
Eric G
I have an 'invisible' form that times out after 5 minutes of activity
and 'Quits' the application.
Would someone be able to tell me how I can have this same 'timer' form
close a report that _may be open, but run only part of its On_Close
code? That is, skip the first few lines of the On_Close but run the
last part and then Quit the app.?
Failing that, is there some way for this timer form to check if the
report is open, and if it is, run code that's required (perhaps store
this code somewhere else?)
Tips on solving this problem would be appreciated. Eric
and 'Quits' the application.
Would someone be able to tell me how I can have this same 'timer' form
close a report that _may be open, but run only part of its On_Close
code? That is, skip the first few lines of the On_Close but run the
last part and then Quit the app.?
Failing that, is there some way for this timer form to check if the
report is open, and if it is, run code that's required (perhaps store
this code somewhere else?)
Tips on solving this problem would be appreciated. Eric