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 |
How you will Diaplay the Company LOGO In report.Can anyone knows please give solution
What is the maximum number of statements that can be specified in a trigger statement?
How to make Parameter as Mandatory?
tell me the scenarios of the independent in reports
How will you get the concurrent program output as email?
In sequence i want to 11 and 15th values how we will write?
Tell me some errors names and number what u got while developing the reports?
what is the difference between request group and request security group in oracle apps?
what is the defference between credit memo and debit memo
What is Value Set?
Pls tel me the best text book for Oracle Apps 11i Tech? & I want D2K Text book also?
What is the difference between buyer&employee in PO module?