What is a record Group?
Answers were Sorted based on User's Feedback
Answer / anil_abbireddy
Record Group is forms default data structure to hold the
user data at run time.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / saravana
Record group is used to stored the data temp. and used to
check the duplicate record.
| Is This Answer Correct ? | 0 Yes | 2 No |
HI in report builder am creating paramters.for that i have taken emp table from scott user . in deptnum am displaying distinct deptno.if i select dept 10 ,empnum drop down should display empno's of deptno 10. .if i select dept 20 ,empnum drop down should display empno's of deptno 20.for this wat i have to do.
When a form is invoked with call_form, Does oracle forms issues a save point?
What are the two ways to incorporate images into a oracle forms application?
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
Can a sigle canvas be used by different blocks ?
Can you change the alert messages at run-time?
did u p prepared complex report
Is a Keystartup trigger fires as result of a operator pressing a key explicitly ?
Explain the different levels at which oracle form services interact.
How do you create a new session while open a new form?
List the different types of columns in oracle reports.
what is sequence of execution of following triggers 1.when-validate-item 2.post-change 3.key-next-item 4.post-text-item