Download presentation
Presentation is loading. Please wait.
1
Creating a menu
2
From the object navigator, click on “menus”, and create new, to create a new menu module.
3
Give your menu module a name and save it.
Here it has been given the name “student_menu”.
4
In the module created, go to “menu” and click “create”.
Give your menu a name, here it has been called “st_menu”.
5
Right click the menu, and go to menu editor.
6
The following screen will appear.
7
Write out the items in the menu.
To create an item below click “create down”, as above. To create an item to the side, click “create right”. To delete an item click “delete”.
8
Above is the final design of the menu.
What remains is to write the PL/SQL code behind each of the commands in the menu.
9
Right click each item, and go to PL/SQL editor.
10
After you write the code click compile as shown above.
11
CODE PL/SQL CODE COMMAND Commit; To save
Open_form ('E:\forms\COURSE.FMX'); To open a form CLOSE_FORM ('E:\forms\COURSE.FMX‘); To close a form
12
To add your menu to your forms
Go to each form’s property palette add the path of the menu saved, as shown below
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.