Assigns a new caption for a function key on any screen.
Syntax
OVERRIDE_KEY_CAPTION_ALL (sKeyName,sOverrideCaption)
Parameters
|
Return Value
None
Example
OVERRIDE_KEY_CAPTION_ALL( KeyF1, "Aide");
Notes
This function is usually used in a signon script. It can be used for multilingual applications to set all function key captions to another language.