StdObjectRefresh event
This event occurs before WinStudio retrieves a collection from the middle-tier IDO, subject to any current filter criteria, during execution of one of these:
- The default implementation of the StdFormRefresh event
- An event handler of the type Collection Refresh
- The Refresh method in a script
The default implementation fires the following sequence of standard events:
- StdObjectRefresh
- StdObjectSelectCurrent
- StdObjectSelectCurrentCompleted
- StdObjectRefreshCompleted
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.