WinStudio

StdFormSaveCurrent Event

Occurs when the user clicks Save Current on the Actions 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:

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

Remarks

The default implementation is a form-level operation.