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 / manjunath
Hi,
U will create group above style for the deptno. After that u
will select repeating frame of group deptno properties there
u can change the property Maximum Records For Page - 1
u will get required Output
Bye..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how one can iterate through items and records in a specified block?
what are the oracle forms services components include?
a text item is there what r the different types of triggers associated with it
Is it possible to execute a dynamic sql from forms?
Explain how can you use the same lov for 2 columns?
from where do u receive the information to develop report
Is it possible to have multiple layouts in a report?
where do u put the report file
how do u compile a form i.e .fmb file in Unix or in dos
List out the oracle forms configuration files?
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
Name the different triggers associated with oracle forms having a master-detail relationship.
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
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
In oracle forms report, what is the maximum length of record group column? What are the different types of record groups?