LOCKCOLUMN

 

 

Purpose

.LockColumn enables you to specify a column which is locked in position during scroll operations. Columns to the left of this are locked and columns to the right can be scrolled.

(Open Client only)

 

Object Type

Paging Cycles

 

Syntax

Setting:          ObjectReference.LockColumn = Value

Retrieving:     
Variable = ObjectReference.LockColumn 

 

Operation

ObjectReference is the Tag Name of the object


Value
is a valid Tag Name.

 

Example

To set the .LockColumn property for a column with a Tag Name of PagingCol1 in a Paging Cycle with a Tag Name of PagingCycle1:

PagingCycle1.LockColumn = "PagingCol1"

 

 

Note: This property applies only to PROIV Open Client and not to the PROIV MFC Client.

Comment on this topic

Topic ID: 510156