StdFormSaveCurrent event
Occurs when the user clicks on the menu.
The default implementation sends changed data in the current object to the middle-tier IDO, which commits the data to the SQL Server database.
In a basic form without a subcollection or custom event handlers, the default implementation fires the following sequence of standard events:
- StdFormGetBoundValues
 - StdFormPerformValidations
 - StdFormValidationsCompleted
 - StdFormSaveCurrent
 - StdFormPutBoundValues
 - StdObjectSaveCurrent
 - StdFormLoadBoundValues
 - StdObjectSaveCurrentCompleted
 - StdFormSaveCurrentCompleted
 - StdFormLoadBoundValues
 - StdFormLoadDerivedValues
 
Your application can call the default implementation by generating the event.
Remarks
The default implementation is a form-level operation.