how can we get odd numbered pages in output of a report
Answer Posted / 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 |
Post New Answer View All Answers
what is global tempory table?
What do you understand by a set of books?
Can we create tables in apps schema?
Explain what are the tables of auto invoice?
testing tools?
what are the prerequisites for costing transactions?
How to create a purchase order without a requisition?
What are the Standard Reports and Forms in HRMS?
tell me the scenarios of the independent in reports
What are the different components you should consider while defining a responsibility in oracle apps?
Tell me where we find the status of order information?
Can you explain the difference between architecture followed in 10g & 11g?
What is instead of trigger in where we will use?
Plz anybody send me Technical specification for AP Interface
How is choreography different from orchestration?