Event that triggers when...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • noclueforid
    New Member
    • May 2010
    • 24

    Event that triggers when...

    I would like to know what, if any, event fires when the record navigation buttons are used. I have to log every time a user views a record and I am having difficulties when multiple records display after a search.

    Thanks!
    Dave
  • Stewart Ross
    Recognized Expert Moderator Specialist
    • Feb 2008
    • 2545

    #2
    Hi Dave. The events for the buttons themselves are not available to us as far as I'm aware. The main event that you can access is the On Current event of the form concerned, as each time the user moves to another record On Current is triggered for each record the user lands upon. You'd also have the Got Focus and Lost Focus events available too, as to be on the current record of the form it has to have gained focus, and when you move to another record the current one loses focus.

    It'd be the On Current event that I'd use to update a log entry if I wanted to log which records a person has viewed.

    -Stewart

    Comment

    Working...