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 ....
Answers were Sorted based on User's Feedback
Answer / shaheem
use page protect property set to yes for the repeating frame
for the group dept.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Answer / nabi
goto repeating frame property palletese
and set maximun number of records= 1
| Is This Answer Correct ? | 1 Yes | 0 No |
What is a Package Procedure ?
What are the triggers associated with the image item?
What are the built-in used for getting cell values?
In what sequence do triggers get fired by oracle forms?
Can you change the alert messages at run-time?
Use the add_group_column function to add a column to record group that was created at a design time?
If the maximum record retrieved property of the query is set to 10 then a summary value will be calculated?
What is the difference between system.current_field and system.cursor_field ?
From which designation is it preferred to send the output to the printed?
What is the use of image_zoom built-in?
What are the unrestricted procedures used to change the popup screen position during run time ?
Explain master-detail relationship with some examples.