What is the order of the triggers fired once the form is
opened?
Answer Posted / guest
Pre,on,when post,key
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
hiding item in report how like that properly,thats manually but at runtime i want to do
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 the valueset if of type –TABLE then how many tables can we attach in the valueset ?
In what sequence do triggers get fired by oracle forms?
What is the difference between bind and lexical parameter?
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
from where do u receive the information to develop report
What is a user exit program in oracle reports?
what are bind variables?
What do you understand by oracle forms?
What is responsibility and how u attach How to create user and how u attach with responsibility.
What is an oracle report?
how report can be generated if we have the database designed in oracle 10g?
Is it possible to execute a dynamic sql from forms?
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