SET_SPECIAL_FIELD_HANDLER Function
Sets or resets the current definition of a 5250 special field handler. You should complete the RAMP-WINAD03: Special Field Handling tutorial before using this function.
Syntax
SET_SPECIAL_FIELD_HANDLER(sName,sKey,sHandler,sInfo1,sInfo2,sInfo3,SHandlerONE)
Parameters
_sName |
Required. The 5250 name of the field associated with this special field handler. |
|---|---|
sKey |
Required. The function key that causes the handler to be invoked. Use the same keys names as used in SENDKEY() operations. |
sHandler |
Required. The identifier of the VL component special field handler. The VL component must be a class VF_AC017 object. |
sInfo1 – sInfo3 |
Optional. Additional string information to be passed to the handler if it is later invoked. |
SHandlerONE |
Optional. The identifier of the Visual LANSA component special field handler. The VL component must be a class VF_AC017O object. |
|
Return Value
None
Examples
See the RAMP-WINAD03: Special Field Handling tutorial for examples.
Show Contents List