Skip to content

FindByRowId

Send FindByRowId of hoDDO Customer.File_Number riRecId

The FindByRowId message is used to find a record by its RowId. This is almost always used to re-find a record that was found previously using some other technique. Often, you will find a record, store its RowId in a RowId variable or property, and then later re-find the record using its RowId.

Syntax

The syntax for FindByRowId is:

Send FindByRowId {of hoDD} File RowIdValue

After the message, the Found indicator will contain the results of the find.

See Also