Automatically hooked-up Event; called each time the user tabs-out of a field or presses Enter or another send key after changing the value of a field.
Calls the onchange event if defined.
Parameter |
Description |
emSess |
The FVTerm Emulation Session object -- this has many properties and not many functions but can be explored with a debugger |
field |
The FVTerm emulation session Field object that has been changed. Has many properties and can be explored with a debugger. |
aidKey |
If not null, the user is entering the active screen. |
Return Value |
Description |
true |
Send the AID key to the host if active, or cancel tabbing. |
false |
Cancel tabbing or sending the AID key and current transition |