Child pages
  • Table Events

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • afterFoundSetRecordCreate - occurs subsequent to the creation of a new record
  • afterFoundSetFind - occurs subsequent to entering find mode
  • afterFoundSetSearch - occurs subsequent to performing the search for a foundset

An afterFoundSetXXX event is bound to a global method, which is invoked when the event occurs.

Parameters

The afterFoundSetRecordCreate event receives parmeter JSRecord which is the record object that was recently crated.

...