Connecting Tech Pros Worldwide Forums | Help | Site Map

Report TimeOut

Michael Wiseley
Guest
 
Posts: n/a
#1: Nov 12 '05

I would like to make a user report automatically close after it has been
left open in preview mode for more than 1 hour. I don't see a timer
control or timer event in the report properties. Is there some way to
make a report auto-close (time-out) in MS Access?


--
Posted via http://dbforums.com



Rick Brandt
Guest
 
Posts: n/a
#2: Nov 12 '05

re: Report TimeOut


"Michael Wiseley" <member45049@dbforums.com> wrote in message
news:3505399.1066742321@dbforums.com...[color=blue]
>
> I would like to make a user report automatically close after it has been
> left open in preview mode for more than 1 hour. I don't see a timer
> control or timer event in the report properties. Is there some way to
> make a report auto-close (time-out) in MS Access?[/color]

You could open a small hidden form using the Open event of the report and
use that form's Timer event to close both the report and the form itself
after an hour. I would also close this form in the Close event of the
report in case the user closes it manually.


--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com


Closed Thread