adspace
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
Answer Posted / 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 |
Post New Answer View All Answers
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