I HAVE A REPORT LAYOUT LIKE THIS
RUNDATE -FIELD DEPTNO-FIELD
------------------------------------------------------------
-------------------
EMPNO-----ENAME------SAL-----COMM----MGR-----
------------------------------------------------------------
------------------
------- ------------ -------- -------- --------
MY REQUIREMENT IS I WANT DEPTNO 10 VALUES IN ONE
PAGE,DEPTNO 20 VALUES IN ONE PAGE,AND 30 IN ONE PAGE.
I WANT LIKE THIS ....
Answer Posted / shaheem
use page protect property set to yes for the repeating frame
for the group dept.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is an SQL FORMS ?
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
from where do u receive the information to develop report
Explain the different levels at which oracle form services interact.
In what sequence do triggers get fired by oracle forms?
What do you understand by oracle forms and why are they required?
can you convert or reverse engineer a fmx back to a fmb file?
Why oracle forms required?
in after report trigger if you don't write Srw.user_exit(Fnd_user exit) what it will do it will stop report execution or it will just not free the memory
What do you understand by lov and how can it be used?
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.
difference between global n context sensitive segments?
How to create Drill down report?
How can we generate report output in excel format?
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