Form Toolbar
Three types of toolbars
1. System standard toolbars
There are four system pre-defined toolbars which can be used for all the base forms. No custom JavaScript functions are necessary for these toolbars. For most of the base forms, all these four standard toolbars should be added, and in the same exact sequence.
To get the list of these four toolbars, click on the Add Standard Toolbars which is located on the base form's navigation page: Toolbars; or go to Development module, then Menus & Toolbars navigation page. You should not change standard toolbars, if you insist to do so, you should do it in this navigation page.
2. Base form specific toolbars
Toolbars of this type are custom toolbars, and they can be used in their own base forms only. Custom JavaScript functions might need to provide in the base form's JavaScript block. Check on the base form's SQL & JS button to get the complete candidate list which requests you to implement.
For custom toolbars, click on Toolbar button to view / modify the menu's settings.
3. Module Toolbars
This type of toolbars are only available for base form one - the Main User Interface Page.