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
Explain what are the tables of auto invoice?
What is oracle soa suite and what are its different components?
Do you know what is applysys in oracle application database schema, what is apps?
How can we import the data into a database using sql * loader?
how can develope the po variance and po summary report? with tables mandatory columns and query please?
Is soa a part of oracle fusion middleware?
What do you understand by soa and what are the benefits of using this architecture?
do you know is it possible to run the interface without using oracle apps?
testing tools?
what is global tempory table?
How can you achieve loose coupling in soa framework?
In which tables receopt application form Appliy to field Value will come. I know one table i.e, ra_customer_trx.trx_number. Could U please any one tell me other than this except(ra_customer_trx and ar_payment_schedules_all tables). plz mentioned tables_name.Column_name.
List the various types of value set.
What is count(*) from po_vendors(any table)?
What are the benefits of using soa architecture?