Purpose

.ResizeableColumn allows you to specify whether the end-user is allowed to resize any column in the contracted mode of a Paging Cycle.
 

Syntax

ObjectReference.ResizeableColumn = Value
 

Operation

ObjectReference is the Tag Name of the Paging Cycle object
Value
is a variable with value of TRUE or 1, FALSE or 0
 

Remarks

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

The property is applied to the entire Paging Cycle, not just one column.  Resizing is only valid when Contracted mode has one line per record and is not valid in Expanded mode.

The default is FALSE .
 

Example

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

OrderScreen.ResizeableColumn = TRUE
 

Comment on this topic

Topic ID: 510082