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

what is item status? name the related table.

1 Answers   Scan Steel,


wht is format triger?

4 Answers  


Can u attach Request set with in the Request set?

2 Answers   Satyam,


What r the validation done in ap inbound ?

2 Answers   Questam,


In which table or database definition we can find the link of organization and operation units.

2 Answers   IBM,






in procedure how to return a value

2 Answers   Wipro,


hi all.i am in need of some sample codes for oracle apps manufacturing interfaces.If any of u have,plz send it to me . Thank you.

1 Answers   BirlaSoft,


How we will receive the work from the client? what type of documents we will develop in the entire implementation project? plz tell me the total scinario?

2 Answers   Deloitte, Intelligroup,


what is difference between procedure and function

5 Answers   E Logic,


sourcing in GL

1 Answers   Convergys,


can we write multiple procedures in package with same name like A p1,p2(parameters) B p1,p2(same parameters)

4 Answers  


what is difference between po_headers_all and po_headers

2 Answers   NTT Data,


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)