FileName (RecordsetCursor function)

From m204wiki
Revision as of 18:23, 22 April 2011 by JAL2 (talk | contribs) (Created page with "<span class="pageSubtitle"><section begin=dpl_desc/><section end=dpl_desc/></span> FileName property <p> <var>FileName</var> is a member of t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<section begin=dpl_desc/><section end=dpl_desc/>

FileName is a member of the RecordsetCursor class.

Returns the name of the file that contains the record at the current cursor position.

Syntax

%fname = %rscursor: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".