Report TimeOut

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michael Wiseley

    #1

    Report TimeOut


    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

    #2
    Re: Report TimeOut

    "Michael Wiseley" <member45049@db forums.com> wrote in message
    news:3505399.10 66742321@dbforu ms.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


    Comment

    Working...