FileName (RecordsetCursor function)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Return name of file containing the record at the current cursor position (RecordsetCursor class)


Syntax

%string = recordsetCursor:FileName

Syntax terms

%string A string to contain the name of the file of the current record.
recordsetCursor A 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".

See also