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


Please Help Members By Posting Answers For Below Questions

what is global tempory table?

6736


What do you understand by a set of books?

820


Can we create tables in apps schema?

838


Explain what are the tables of auto invoice?

869


testing tools?

1951


what are the prerequisites for costing transactions?

2852


How to create a purchase order without a requisition?

840


What are the Standard Reports and Forms in HRMS?

1962


tell me the scenarios of the independent in reports

2375


What are the different components you should consider while defining a responsibility in oracle apps?

833


Tell me where we find the status of order information?

908


Can you explain the difference between architecture followed in 10g & 11g?

851


What is instead of trigger in where we will use?

901


Plz anybody send me Technical specification for AP Interface

2277


How is choreography different from orchestration?

874