Promotic

ColFirstVisible - property of the PmgWTable object

Description:
Column index that is displayed as the first one after the fixed columns (zero-based index).
Syntax:
Long ColFirstVisible
Note:
Property access for read and write.
 
It is used e.g. for automatic scrolling in the table.
This property is also functional in Web panels.
See also:
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oTable = pMe.Items("/Table");

var n = oTable.ColFirstVisible;   // Reading from the property
oTable.ColFirstVisible = 1;   // Writing into the property
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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