KBItem (subclass of KBObject)

On enter (onenter)

Script routine to be invoked when focus enters a control. The routine takes a single argument, the query row number; this is the control itself.

On leave (onleave)

Script routine to be invoked when focus leaves a control. The routine takes a single argument, the query row number; this is the control itself.

On set (onset)

Script routine to be invoked when the value in the control is set from the database. The routine takes two arguments, the query row number and the value; this is the control itself.

On Double Click (ondblclick)

Script routine to be invoked when the value in the control The routine takes a single argument, the query row number; this is the control itself.