I have already described in my previous posts about creating oracle forms using wizards and creating list of values (LOVs). In this post I am going to describe How to create buttons for Inserting, Saving, Navigating and Deleting records in oracle forms. Insertion, Deletion and Navigation functions are necessary for manipulating data within forms whether it is greed line view or form view or any other format. You can add those buttons by simply adding push buttons from toolbox to the form and adding PL/SQL query in the button trigger using PL/SQL editor. Here are some steps for adding buttons on the form.
Steps for creating Insertion, Navigational and Deletion Buttons
- Show Record: execute_query;
- Previous Record: previous_record;
- Next Record: next_record;
- First Record: first_record;
- Last Record: last_record;
- Insert Record: create_query;
- Condition: enter_query;
- Save: commit;
- Delete: delete_record;
- Exit Form: exit_form;
Related Posts:
- How to Create Oracle Forms by Using Wizard ?
- How to Create LOV in Oracle Forms Using Wizard ?
- How To Create Simple Menu Using CSS ?
- Image Slideshow with Navigation Buttons Using JavaScript
- How to Create JavaScript Image Slideshow with LInks
- How to write a program in C using for Loop?
- How To Create Simple Image Slideshow Using JavaScript ?
- How to Create Simple JavaScript Fade Effect Animation?
- Simple JavaScript Fade Effect Animation Using Jquery
إرسال تعليق
Click to see the code!
To insert emoticon you must added at least one space before the code.