RecordNumber (RecordsetCursor function): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:RecordsetCursor:RecordNumber subtitle}} | |||
==Syntax== | ==Syntax== | ||
{{Template:RecordsetCursor:RecordNumber syntax}} | |||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>% | <tr><th>%number</th> | ||
<td>A numeric variable to contain the returned value of <var>RecordNumber</var>. | <td>A numeric variable to contain the returned value of <var>RecordNumber</var>.</td></tr> | ||
</td></tr> | |||
<tr><th> | <tr><th>recordsetCursor</th> | ||
<td> | <td>A <var>RecordsetCursor</var> object.</td></tr> | ||
</table> | |||
==Usage Note== | ==Usage Note== | ||
<ul> | <ul> | ||
Line 24: | Line 18: | ||
For more information, see [[RecordsetCursor class#Cursor state|"Cursor state"]]. | For more information, see [[RecordsetCursor class#Cursor state|"Cursor state"]]. | ||
</ul> | </ul> | ||
==See also== | |||
{{Template:RecordsetCursor:RecordNumber footer}} |
Latest revision as of 21:04, 12 November 2012
Return record number of record at current cursor position (RecordsetCursor class)
Syntax
%number = recordsetCursor:RecordNumber
Syntax terms
%number | A numeric variable to contain the returned value of RecordNumber. |
---|---|
recordsetCursor | A RecordsetCursor object. |
Usage Note
- RecordNumber is only valid if the cursor state is HasRecord. For more information, see "Cursor state".