2. Add the items as given in the image below.
3. Right click on menu items on the object navigator and click on PL/SQL Editor option. Write PL/SQL queries On the PL/SQL Editor window as given below.
- PREVIOUS: previous_record;
- NEXT: next_record;
- FIRST: first_record;
- LAST: last_record;
- INSERT: create_query;
- CONDITION: enter_query;
- SAVE: commit;
- DELETE: delete_record;
- EXIT: exit_form;
5. For adding Menu Item Type as Separator, go to Property Palette by right clicking on menu item and clicking on Property Palette option. Select Separator on Menu Item Type property under Functional property.
6. For assigning Pop Up menu on the form, right click on canvas and click on Property Palette option. From Popup Menu option under Functional property select the Popup Menu name as in the image below.
7. Save, Compile and Run the form. You can view the Popup menu while right clicking on form area.
Comments are closed.