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 |
hi gurus my name is ramesh i was completed orcale apps technical trainning i wnt to put 3+yrs experience is it correct r not ,if any freshers jobs are available in market pls suggest me. my mail id rameshmcaou@gmail.com and contact no is 9000342411
what is the defference between credit memo and debit memo
In Oracle Apps Some tables ends with TL,VL,what is the significance of the TL and VL?
Can you explain the difference between architecture followed in 10g & 11g?
What are different execution methods of executabls?
What is REF Cursor?
19 Answers Infosys, Intelligroup,
what is mutating table and mutating error and how to solve that?
What are profile options?
How to link between inventory and OrderManagement.
WHAT IS CUSTOM VIEW AND CUSTOM COMPONENT?
how to initialize applications?
Could any one tell me the steps of conversions and what kind of validations and exceptions do we use during this conversion? Please do answer in detail. what program do we write in user exit in reports?