Connecting Tech Pros Worldwide Help | Site Map

Report TimeOut

  #1  
Old November 12th, 2005, 03:33 PM
Michael Wiseley
Guest
 
Posts: n/a

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
  #2  
Old November 12th, 2005, 03:33 PM
Rick Brandt
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing the Timeout property on an ObjectDataSource Andrew Cooper answers 0 September 24th, 2008 06:45 PM
Getting a Timeout using an ObjectDataSource Andrew Cooper answers 1 September 24th, 2008 05:25 PM
Timeout makes report fail Morten Snedker answers 2 February 1st, 2007 06:55 AM
Report issue Brian answers 0 November 12th, 2005 09:08 PM