FileName (RecordsetCursor function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (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...")
 
Line 24: Line 24:
is <var>HasRecord</var>.
is <var>HasRecord</var>.
For more information about the state of the cursor,
For more information about the state of the cursor,
see [[RecordsetCursor#Cursor state|"Cursor state"]].
see [[RecordsetCursor class#Cursor state|"Cursor state"]].
</ul>
</ul>

Revision as of 21:24, 26 April 2011

<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".