how can we get odd numbered pages in output of a report
Answers were Sorted based on User's Feedback
Answer / gireesh
u need to write stuff in before report trigger
suppose u fetch pagenumber value into field or variable
pagenum
now in trigger u h to write
if ((:pagenum/2=1) or :pagenum=1) then
return(true);
else
return(false);
end if;
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / jyoti prakash sil
Ths page property can be put in reports in 2 ways:
1. u have a text field(from rdf's insert > page number)
here u can't make any changes for odd number pages.
2. Use a field which has a source page number, the property
of the field has page numbering. The change has to be done
here (start at 1; increment by 2) and (reset at report
level).
This will make odd numbers appear in the report
| Is This Answer Correct ? | 6 Yes | 0 No |
What is ment by Global Templates in Oracle.
WHAT IS THE USE OF SKIP WHERE U WILL GIVE?
why r u move in the cus_top only why not move another top
How many standard interface programs in oracle purchasing module and oracle inventory? What are they?
What is the difference between BPA AND Contract.
If we have a repeated record in a table. But the repeated record how i can transfer from table to nested table?
Is it is necessary to create P_CONC_REQUEST_ID parameter in the development of oracle apps reports
can we execute one concurrent program through another concurrent program?
how many sections are there in report?
what is user exit and wat program do we write in user exit?
How to create a purchase order without a requisition?
how will u do documentation