Purpose

.AutoCount allows you to specify whether the number of records in a Paging File is determined before the Paging Cycle is first displayed.
 

Syntax

ObjectReference.AutoCount = Value
 

Operation

ObjectReference is the Tag Name of the Paging Cycle object
Value
is
TRUE or 1 FALSE or 0
 

Remarks

The value of this property can only be set, not retrieved.

T
here is an overhead determining the record count. If the value of the .Scroll property is Classic or Off, .AutoCount will be ignored.

The property is used to set the size of the thumb in proportion to the size of the vertical scroll bar in the same proportion as size of the Paging Cycle (in records) to the number of records in the Paging File.

The default is FALSE .
 

Example

To set the .AutoCount property of a Paging Cycle whose Tag Name is OrderScreen:

OrderScreen.AutoCount = TRUE
 

Comment on this topic

Topic ID: 510037