StdFormRefreshCurrent event

Occurs when the user clicks Refresh Current on the Actions menu.

The default implementation retrieves the current object in the collection from the middle-tier IDO. WinStudio then displays the retrieved values in the form.

In a basic form without a subcollection or custom event handlers, the default implementation fires the following sequence of standard events:

  • StdFormRefreshCurrent
  • StdObjectRefreshCurrent
  • StdObjectRefreshCurrentCompleted
  • StdFormLoadBoundValues
  • StdFormLoadDerivedValues
  • StdFormRefreshCurrentCompleted

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

Remarks

The default implementation is a form-level operation. The operation refreshes the current object in the current collection and any objects associated with it in subcollections on the form. When a subcollection is current, the operation refreshes only the current object in that subcollection.

A StdObjectRefreshCurrent event is fired before each collection is refreshed.