Promotic

MoveNext - method of the AdoRecordset object

Description:
Move the current record position to the next record in the AdoRecordset object.
Syntax:
Empty MoveNext()
Note:
If the last record is the current record and you call the MoveNext method, then ADO sets the current record to the position after the last record of the AdoRecordset object and EOF property is true. An attempt to move forward if the EOF property is already true generates an error.
See also:
Example1:
JavaScriptVBScriptSelect and copy to clipboard

oRs.MoveNext();
Example2:

History:
Pm8.01.00: Created
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.