Promotic

PageSize - property of the AdoRecordset object

Description:
Returns or sets the maximum number of records allowed on a single page of the AdoRecordset object.
 
The property returns or sets a value of the Long type that specifies the maximum number of records allowed on a single page of the AdoRecordset object.
The default value is 10.
Syntax:
Long PageSize
Values:
num - The number of records per page
Note:
Property access for read and write.
See also:
Example:
JavaScriptVBScriptSelect and copy to clipboard

var nPageSize = oRs.PageSize;   // Reading from the property
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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