Creating the user interface / Action management (toolbars, topmenus) |
Action views on a form such as Toolbars, TopMenus, and buttons, trigger actions defined in your program code.
The value of the name or the action property, must exactly match the name of an action in an ON ACTION clause of an interactive statement, such as MENU.
MENU ON ACTION search CALL find_customer() ...