Promotic

CancelBatch - method of the AdoRecordset object

Description:
The method cancels a batch update. The AdoRecordset object must be in batch update mode when calling this method.
Syntax:
Empty CancelBatch([Long affectrec])
Parameters:
affectrec[optional] (Long) Value specifies which records this method will affect.
1 - adAffectCurrent Affects only the current record.
2 - adAffectGroup Affects only records that satisfy the filter settings (Filter must be set to the FilterGroupEnum value or an array of Bookmarks).
3 - adAffectAll Affects all records if there is no filter. Affects only visible records in the current chapter if Filter is set to a string criteria. Affect all rows of the Recordset if filter is set to the FilterGroupEnum value or an array of Bookmarks.
4 - adAffectAllChapters Affects all records in all child AdoRecordset objects, including those hidden by a currently applied filter.
See also:
Example:
JavaScriptVBScriptSelect and copy to clipboard

oRs.CancelBatch(4);
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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