StdObjectRefreshCurrent event
This event occurs before WinStudio retrieves the current object in the collection from the middle-tier IDO during execution of one of the these:
- The default implementation of the StdFormRefreshCurrent event
- An event handler of the type Collection Refresh Current
- The RefreshCurrentObject method in a script
The default implementation fires the following sequence of standard events:
- StdObjectRefreshCurrent
- StdObjectRefreshCurrentCompleted
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.