NewActiveRecord Event

See Also    Examples    Applies To

Occurs after the atb has been switched to a record.

Event NewActiveRecord()

atb_NewActiveRecord()

This event is fired:

  1. For the first record of a new recordset (at initial display or after refresh)
  2. When moving from one record to another
  3. After a new record has been generated by ADO (after AfterAddNew event, i.e. before user inputs to the new record)
  4. After that new record has been added to the database (after AfterUpdate event and after atb had tried to ReSync the data, i.e. after user inputs to the new record and after the database had delivered computed fields like counters)