Answer Posted / jamalvalli
Tabular,
Form like,
Form above,
group left,
group above,
matrix
matrix with group
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Name the different triggers associated with oracle forms having a master-detail relationship.
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
Explain the different levels at which oracle form services interact.
Is it possible to have multiple layouts in a report?
can you convert or reverse engineer a fmx back to a fmb file?
What is a user exit program in oracle reports?
I have a frame that contains headings. This frame is enclosed in side a repeating frame. However the headings are not displayed on all pages it is displayed only on the last page. Please let me know why is this happening. print object on = All pages base printing on = enclosing object
if some data is not transfered where it will get stored
In what situation u create the BPA.
In what sequence do triggers get fired by oracle forms?
Can we invoke one form from another in a multi-forms application?
how do u compile a form i.e .fmb file in Unix or in dos
a text item is there what r the different types of triggers associated with it
Can any one send me oracle form and reports tutorials from which i may get help.contact me on my mail cse_kashif@hotmail.com.
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement