how can we get odd numbered pages in output of a report
Answers were Sorted based on User's Feedback
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 |
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 |
what are the default arguments for pl/sql program?
What are documents and test cases u followed.
oracle apps architecture
for report i have to parameters those are from_date and to_date ,so to_date should be greater when compare to from_date ,if we are giving to_date is less then it must shows some error how we willmake
How you will Diaplay the Company LOGO In report.Can anyone knows please give solution
In which directory your flatfile is given?if u connected different instance where it is find?
PL/SQL stored procedure parameters?
what is the standard program for blanket po to process data from interface table to bace table
List the types of flexfield?
What is implicity cursor . When it fires . For which statement it will fire(Insert/update/delte). What is the attribute of implicity and explicity cursor oracle 9i. What is the Rec cursor.
we have select statement in that two exceptions that returns no value. In that which exception will raise?
in ap_terms table what data will be stored