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

Compare with Current View Page History

« Previous Version 2 Next »

Assigns a new caption for a function key on any screen.
Syntax
OVERRIDE_KEY_CAPTION_ALL (sKeyName,sOverrideCaption)
Parameters

sKeyName

Required. String that contains the name of the key. See Function Key Names for SENDKEY Function.

sOverrideCaption

Required. The new caption that will be used for the button

 |
Return Value
None
Example
OVERRIDE_KEY_CAPTION_ALL( KeyF1, "Aide");
  
Notes
This function is usually used in a sign-on script. It can be used for multilingual applications to set all function key captions to another language.
 

  • No labels