QueryResultSelection.NextByFieldValue
Syntax:
Parameters:
<FieldName> (required)
Name of the query result field to search through for the next value.
Returned value:
True - next record is selected; False - end of the selection is reached.
Description:
Availability:
Example:
While Selection.NextByFieldValue("Article") Do ... EndDo; |