You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Removes the definition of a 5250 special field handler. You should complete the RAMP-WINAD03: 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-WINAD03: Special Field Handling tutorial for examples.
 

  • No labels