DATATABLE Events
10.5, PLBCMP GUI Only
Events are actions recognized by an object for which you can write code to respond. Events can occur as a result of a user action or program code, or they can be triggered by the system. The following events recognized for DATATABLE objects depend on the bound HTMLCONTROL object. The events can be registered as a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC as follows:
Listview Mode:
|
Value |
Number |
The event result is ... |
|
3 |
the row number zero relative. The Home, End, Up and Down keyed actions cause this event. These keys only have affect within the scope of a single page. | |
|
4 |
the row number zero relative. | |
|
23 |
the column number zero relative. | |
|
6 |
the row number zero relative. | |
|
25 |
( (Row*100) + Column ). Row and Column numbers are zero relative. | |
|
22 |
( (Row*100) + Column ). Row and Column numbers are zero relative. The $UPDATED event can occur after a DATATABLE cell or subitem has data that is changed by user action. |
Cards Mode:
|
Value |
Number |
The event result is ... |
|
4 |
the row number zero relative. | |
|
25 |
( Row*100 ). Row number are zero relative. Column number is always zero. | |
|
22 |
( (Row*100) + Column ). Row and Column numbers are zero relative. This event only occurs when a click action for $TC_BUTTON1, $TC_BUTTON2, or $TC_BUTTON3 occurs. The Row number is the Card number. The Column number identifies which CARD button is clicked. |
See Also: Method Syntax, Object I/O Instructions
![]() |