Assigns a new caption for a function key on a particular screen.
OVERRIDE_KEY_CAPTION_SCREEN (sDestinationName,sKeyName,sOverrideCaption)
sDestinationName | Required. A string that contains the name of a Destination. |
|---|---|
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 |
None
OVERRIDE_KEY_CAPTION_SCREEN("uDisplayEmployee", KeyF1, "Aide");Notes:
|