SET_SPECIAL_FIELD_HANDLER Function

RAMP-TS

SET_SPECIAL_FIELD_HANDLER Function

Sets or resets the current definition of a 5250 special field handler. You should complete the RAMP-TSAD03: Special Field Handling tutorial before using this function.

Syntax

SET_SPECIAL_FIELD_HANDLER(sName,sKey,sHandler,sInfo1,sInfo2,sInfo3)

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 name 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.

 

 

Return Value

None

Examples

See the RAMP-TSAD03: Special Field Handling tutorial for examples.