Promotic

MovePrevious - method of the AdoRecordset object

Description:
Move the current record position to the previous record of the AdoRecordset object.
Syntax:
Empty MovePrevious()
Note:
If the first record is the current record and you call the MovePrevious method, then ADO sets the current record to the position before the first record of the AdoRecordset object and BOF property is true. An attempt to move backward if the BOF property is already true generates an error.
See also:
- AdoRecordset.EOF (property)
- AdoRecordset.BOF (property)
Example1:
JavaScriptVBScriptSelect and copy to clipboard

oRs.MovePrevious();
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.