FileName (RecordsetCursor function): Difference between revisions
Jump to navigation
Jump to search
m (→Usage Note) |
m (→Usage Note) |
||
Line 1: | Line 1: | ||
{{Template:RecordsetCursor:FileName subtitle}} | |||
Returns the name of the file that contains the record at | Returns the name of the file that contains the record at | ||
the current cursor position. | the current cursor position. | ||
==Syntax== | ==Syntax== | ||
{{Template:RecordsetCursor:FileName syntax}} | |||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
Line 26: | Line 21: | ||
see [[RecordsetCursor class#Cursor state|"Cursor state"]]. | see [[RecordsetCursor class#Cursor state|"Cursor state"]]. | ||
</ul> | </ul> | ||
==See also== | |||
{{Template:RecordsetCursor:FileName footer}} |
Revision as of 22:48, 26 April 2011
Return name of file containing the record at the current cursor position (RecordsetCursor class)
Returns the name of the file that contains the record at
the current cursor position.
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".