DROP_SPECIAL_FIELD_HANDLER Function
Removes the definition of a 5250 special field handler. You should complete the RAMP-TSAD03: Special Field Handling tutorial before using this function.
If the handler definition does not exist the request is ignored and no error results. Removing the definition of a displayed handler will not impact it until it needs to be displayed again.
Syntax
DROP_SPECIAL_FIELD_HANDLER(sName,sKey)
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. |
Return Value
None
Examples
See the RAMP-TSAD03: Special Field Handling tutorial for examples.