Item Pointer

MoveToFirstRecord

Description

MoveToFirstRecord moves the pointer to the first record of the type specified. Valid values for strTag can be obtained using the fhGetRecordTypeTag

Syntax

ptr:MoveToFirstRecord(strTag)

Parameters

strTag
String: Tag of the Record Type required.

Return Value

None
 

Remarks

Example
pi = fhNewItemPtr()
pi:MoveToFirstRecord('INDI') -- Move to first individual record