Was this helpful?
Submenu
Starts a menu that is independent of the current form.
Example--submenu statement:
This example provides a submenu for the Retrieve operation:
## activate menuitem "retrieve"
## {
##   submenu
##   activate menuitem "employee"
##   {
     /* select an employee record */
##   }
##   activate menuitem "manager"
##   {
     /* retrieve a manager record */
##   }
## }
Last modified date: 11/28/2023