StdObjectSaveCurrent event

This event occurs before Windows client sends changed data in the current object to the middle-tier IDO, which commits the data to the SQL Server database. The event occurs during execution of the default implementation of the StdFormSaveCurrent event.

The default implementation generates this sequence of standard events:

  • StdObjectSaveCurrent
  • StdFormLoadBoundValues
  • StdObjectSaveCurrentCompleted

Your application cannot call the default implementation by generating the event.

Remarks

The default implementation is a collection-level operation, which can occur in a collection whether or not the collection is current.