StdObjectNext event
Occurs before WinStudio navigates to the next object in a collection or subcollection during execution of any of these:
- The default implementation of the StdFormNext event
- An event handler of the type Collection Navigate for which the parameter Next is specified
- The Next method in a script
The default implementation fires the following sequence of standard events:
- StdObjectNext
- StdObjectSelectCurrent
- StdObjectSelectCurrentCompleted
- StdObjectNextCompleted
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.