Event-List
This property specifies a list of events that may or may not be fired depending on the value of the
Exclude-Event-List property. The property requires a sequence of numeric values. It’s suggested that you use the constant values defined in the
isgui.def copybook. Multiple values must be enclosed between parenthesis and separated by a space.
Example - Define a tree-view with a excluded event list
screen section. ... 03 screen-1-tv-1 Tree-View line 2.7 column 3.4 size 20.8 cells lines 29.1 cells color 144 id 2 event-list ( cmd-goto cmd-help ) exclude-event-list 1 no-box . |