RecordNumber (RecordsetCursor function): Difference between revisions
Jump to navigation
Jump to search
m (Created page with "<span class="pageSubtitle"><section begin=dpl_desc/><section end=dpl_desc/></span> RecordNumber property <p> <var>RecordNumber</var> is a mem...") |
mNo edit summary |
||
(4 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> | ||
<li><var>RecordNumber</var> is only valid if the cursor state is <var>HasRecord</var>. | <li><var>RecordNumber</var> is only valid if the cursor state is <var>HasRecord</var>. | ||
For more information, see [[RecordsetCursor#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".