Was this helpful?
Renaming Menu Items
To rename individual menu items for a display loop, use the rename option:
set_frs menu formname | empty_string
(rename(old_name) = new_name)
To refer to the current form you can specify an empty string instead (empty_string must be "" in ESQL, ' ' in EQUEL). You can rename disabled menu items. If two menu items have the same name, the FRS operates on the first occurrence of the name.
Last modified date: 04/03/2024