A97 - Detect Idle Time

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Keith Wilby

    A97 - Detect Idle Time

    The link below:



    to the Microsoft KB "Detect Idle Time" article shows how to detect "idle"
    time. However, if a user is active but doesn't move between controls on a
    form (eg, filters on the same control), this is seen as inactivity.

    Has anyone successfully modified the code to detect filter/find events on
    the same control? Any pointers greatly appreciated.

    Keith.
  • Tom van Stiphout

    #2
    Re: A97 - Detect Idle Time

    On 16 Dec 2003 13:06:07 GMT, Keith Wilby
    <keith.wilby@Aw ayWithYerCrap.c om> wrote:

    Check your form-level events. Notice OnFilter, and OnApplyFilter.
    -Tom.

    [color=blue]
    >The link below:
    >
    >http://support.microsoft.com/default...b;en-us;128814
    >
    >to the Microsoft KB "Detect Idle Time" article shows how to detect "idle"
    >time. However, if a user is active but doesn't move between controls on a
    >form (eg, filters on the same control), this is seen as inactivity.
    >
    >Has anyone successfully modified the code to detect filter/find events on
    >the same control? Any pointers greatly appreciated.
    >
    >Keith.[/color]

    Comment

    • Keith Wilby

      #3
      Re: A97 - Detect Idle Time

      Tom van Stiphout <tom7744@no.spa m.cox.net> wrote:
      [color=blue]
      > Check your form-level events. Notice OnFilter, and OnApplyFilter.
      > -Tom.[/color]

      Funnily enough Tom, I was just working on them. Is it possible to trap the
      "Find" event too?

      Regards,
      Keith.

      Comment

      Working...