This grid makes it possible to add menu buttons in a window.
- Type : the button is positioned at the bottom of the window, the menu at the top of the window at the level of File/Print/...
- Code : It is the button reference that is going to make possible the management of this button in the actions BEFORE_BUT, EXEBUT, etc. The menus can be grouped by using the letters followed by number indicating the order. For example, the menus A1 and A2 are grouped in the principal menu A, B3 and B4 in the menu B.
- Text : The title of the button, menu or principal menu.
- Action : action associated with the button/menu, if there is no action it is possible to use the action EXEBUT in the processing associated with the window.
- Activity code : if active allows the control of the presence of the button/menu.
Indicate the name of the management screens in the display order of the tabs. At least one screen is required to manage an object...
If the activity code of a tab is inactive, the tab and its fields are invisible.