KBField (subclass of KBItem)

On change (onchange)

Script routine to be invoked when the value in the field is changed by the user. The routine takes three arguements, the control item, the query row number and the new value.

On return pressed (onreturn)

Script routine invoked when the user presses the Return or Enter key. The routine takes three arguments, the control item, the query row number and the current field value. Note that if this event exists then the normal form navigation functions of Return and Enter are overridden.

On helper set (onhelper)

Script routine invoked when the user uses a helper (such as a date popup) to set the field. The routine takes three arguments, the control item, the query row number and the field value.