how can we get odd numbered pages in output of a report

Answers were Sorted based on User's Feedback



how can we get odd numbered pages in output of a report..

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

how can we get odd numbered pages in output of a report..

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

Post New Answer

More Oracle Apps Technical Interview Questions

Hi all I am in big career dilemma. I am currently working as Oracle Apps functional consultant scm with 1 yr of exp. I am thinking to do mba. Hos it will work to di MBA in scm or operations. Please guide .

1 Answers   TCS,


How will U link GL with OU in Multi-org environment.

3 Answers   Convergys,


what are the match approvals in PO?

3 Answers  


what is mean by confine mode and flexi mode?

2 Answers  


what is mutating table and mutating error and how to solve that?

3 Answers  






what is latest version in reports

8 Answers  


How to make Parameter as Mandatory?

2 Answers  


LOCKS?

1 Answers  


in one report using two layout models.if yes how to do

2 Answers  


how to avoid duplicate data while uploading data from flatfile to staging table? some validations

5 Answers   Amdocs,


What is the result of this query ? SELECT * FROM EMP WHERE ROWNUM = 1

25 Answers   IBM, Satyam,


we have 10 records. It's occured error in 6th record how can u find and how to rectify that?

2 Answers  


Categories
  • Oracle Apps Technical Interview Questions Oracle Apps Technical (547)
  • Oracle Apps Financial Interview Questions Oracle Apps Financial (793)
  • Oracle Apps Manufacturing Interview Questions Oracle Apps Manufacturing (53)
  • Oracle Apps HRMS Interview Questions Oracle Apps HRMS (169)
  • Oracle Apps CRM Interview Questions Oracle Apps CRM (9)
  • Oracle Apps SCM Interview Questions Oracle Apps SCM (141)
  • Oracle Install Base Interview Questions Oracle Install Base (62)
  • Oracle Service Contracts Interview Questions Oracle Service Contracts (101)
  • Oracle Apps AllOther Interview Questions Oracle Apps AllOther (114)