Next method: QueryDBRecord collection
Syntax
Next()
Description
The Next method returns the next QueryDBRecord object in the QueryDBRecord 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 QueryDBRecord object if successful, NULL otherwise.
Example
&MyQueryDBRecord = &MyCollection.Next();