FileName (RecordsetCursor function)
Return name of file containing the record at the current cursor position (RecordsetCursor class)
Syntax
%string = recordsetCursor:FileName
Syntax terms
%fname | A string to contain the name of the file of the current record. |
---|---|
%rscursor | An instantiated RecordsetCursor object. |
Usage Note
- FileName is only valid if the cursor state is HasRecord. For more information about the state of the cursor, see "Cursor state".