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 |
why do we validate the records while developing interface?
wht r the basetables of customer interface?
what is the database size you used?
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.
Matrix Report: Simple, Group above, Nested
maximum how many parameters we can pass through pl/sql stored procedure to oracle apps?how many mandatory parameters we can pass through pl/sql program to oracle apps11i?
what is the difference between character mode,bitmap mode
2 Answers IBM, Sierra Atlantica,
what is the defference between credit memo and debit memo
What is Formula Column?
How to migrate .rdf file from dev instance to test instance?
3 Answers Accenture, Oracle, TCS, Tech Mahindra, Unisoft Infotech,
where we find the status of order information.
what is mutating table and mutating error and how to solve that?