Next method: QueryPrompt collection
Syntax
Next()
Description
The Next method returns the next QueryPrompt object in the QueryPrompt collection. You can use this method only after you have used the First method: otherwise the system doesn’t know where to start.
Parameters
None.
Returns
A reference to a QueryPrompt object if successful, NULL otherwise.
Example
&MyQueryPrompt = &MyCollection.Next();