Answer Posted / lakshman singh
Fireing sequence of the triggers in reports is
Before Parameter Form,
After Pagameter Form,
Before Report,
Between Pages,
After Report
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
List out the oracle forms configuration files?
In what situation u create the BPA.
What is an oracle report? List its various types.
How to create Drill down report?
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 is oracle forms?
hiding item in report how like that properly,thats manually but at runtime i want to do
suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables
In workflow how can we send a notification to the Supplier giving the Corresponding report Details.
What is an SQL FORMS ?
Explain master-detail relationship with some examples.
all steps of bitmap report?
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
what are the oracle forms services components include?
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