FileName (RecordsetCursor function): Difference between revisions
Jump to navigation
Jump to search
m (→Usage Note) |
mNo edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:RecordsetCursor:FileName subtitle}} | {{Template:RecordsetCursor:FileName subtitle}} | ||
==Syntax== | ==Syntax== | ||
{{Template:RecordsetCursor:FileName syntax}} | {{Template:RecordsetCursor:FileName syntax}} | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>% | <tr><th>%string</th> | ||
<td>A string to contain the name of the file of the current record. | <td>A string to contain the name of the file of the current record. | ||
</td></tr> | </td></tr> | ||
</td></tr></table> | <tr><th>recordsetCursor</th> | ||
<td>A <var>RecordsetCursor</var> object.</td></tr> | |||
</table> | |||
==Usage Note== | ==Usage Note== | ||
<ul> | <ul> | ||
Line 21: | Line 21: | ||
see [[RecordsetCursor class#Cursor state|"Cursor state"]]. | see [[RecordsetCursor class#Cursor state|"Cursor state"]]. | ||
</ul> | </ul> | ||
==See also== | ==See also== | ||
{{Template:RecordsetCursor:FileName footer}} | {{Template:RecordsetCursor:FileName footer}} |
Latest revision as of 20:33, 12 November 2012
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".