skip to main content

Controls Reference : DATE-ENTRY : Properties : Event-List

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 date-entry control with an event list to be excluded
screen section.
  03 screen-1-de-1 Date-Entry
     line 21.2
     column 49.5
     size 14.5 cells 
     lines 3.1 cells 
     enabled 0
     event-list ( msg-validate ntf-changed)
     exclude-event-list 1
     century-date
     value-format davf-yyyymmdd

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left