I have a frame that contains headings. This frame is
enclosed in side a repeating frame. However the headings
are not displayed on all pages it is displayed only on the
last page. Please let me know why is this happening.
print object on = All pages
base printing on = enclosing object
Answers were Sorted based on User's Feedback
Answer / abhisudipta
Base printing on=anchoring object then try once. Mind it one
thing that :
If you set base printing on feature either
anchoring/enclosing the same should reflect to the outer
repeating frame otherwise it will show the peculiar nature
output.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / Dinesh Kumar Soni
The heads are not displayed on all pages because they are associated with the last page of the repeating frame, which is where they were initially placed during development. To resolve this issue, follow these steps:
1. Verify that the heads are defined within the proper scope (local or global) in the Oracle Forms report.
2. Ensure that the heads have been set to print on all pages using the 'print object on' property and that the base printing is set to enclose the headings within the repeating frame.
3. If necessary, modify the report layout to ensure that the heads are displayed consistently across all pages.
| Is This Answer Correct ? | 0 Yes | 0 No |
List the different types of columns in oracle reports.
What are built-ins associated with timers?
What is the difference when Flex mode is mode on and when it is off?
What buil-in routines are used to display editor dynamicaly?
What built-in is used for showing the alert during run-time?
What is the remove on exit property?
How do you display console on a window ?
An open form can not be execute the call_form procedure if you chain of called forms has been initiated by another open form?
i want to print the employee details on department wise with group above report with the fields DEPTNO------group above ENAME ------ SAL-------- COMM------ I WANT OUTPUT LIKE THIS ---------------------------------------------------------- 1)FIRST DEPTNO=10 EMPLOYEES DISPLAYED IN FIRST PAGE AND DEPTNO=20 EMPLOYEES DISPLAYED IN 2ND PAGE WHAT I HAVE TO DO OUTPUT ------- --FIRST_PAGE ----------- DEPTNO:10 ENAME SAL COMM KING 5000 A 2000 2222 ---- =- -- SECONDPAGE DEPTNO:20 ENAME SAL COMM MILLER 220 22 D 45 23 -- - - LIKE THE ABOVE PROCDURE REPORTS HOW MANY DEPARTMENTS ARE EXISITING IN EMP TABLE
how to send file attachment from oracle forms
how to create parameterised form in oracle 10g? and create another form from the value of the form? AND how to assign value to a parameter? sincerly your mamun
What are the Built-ins to display the user-named editor?