Answer Posted / guest
Post writes data in the form to the database but does not
perform database commit
Commit permenently writes data in the form to the database.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is an oracle report?
What do you understand by lov and how can it be used?
What do you understand by lov?
What do we mean by record group in oracle forms?
Why oracle forms required?
What is an oracle report? List its various types.
How can we generate report output in excel format?
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
what exactly u write in when_new_form_instance
why the Ctl file u put only in bin folder why not in other folder
Can we invoke one form from another in a multi-forms application?
what is oracle forms?
What is a matrix report and how many minimum groups are required to prepare the same?
can you convert or reverse engineer a fmx back to a fmb file?
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff