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
how do u place it in required folder
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?
where do u put the report file
Name the different triggers supported by oracle reports and their firing order.
What do you understand by oracle 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
Explain how can you use the same lov for 2 columns?
i am writing a query select EmpNo from Emp how can i call in after parameter form
a text item is there what r the different types of triggers associated with it
List out the oracle forms configuration files?
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
what are the oracle forms services components include?
what are bind variables?
difference between global n context sensitive segments?
Is it possible to execute a dynamic sql from forms?