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 |
In a table their 20 records.I had update 6 records???How can see and retrieve particular 6 records.i.e.,Latest updated.
10 Answers HCL, TCS,
In a package have predefined exception and user defined exception. while execution which exception will be executed first? why?
tell my any difficult situtation you solved in your experience in your company?
I want to develop a oracle applications report using report builder 6i. I have two user parameters. How to provide list of values to parameters, which should show me at the time of submitting concurrent program.
1 Answers Genpact, Y3K Imaginations,
What is the Use of User Exit in Oracle apps and when we are developeing the new report you need to pass one parameter called P_CONC_REQUEST_ID,what is the use of this parameter and is it mandatory.Can't we develop report without this User exit's and P_CONC_REQUEST_ID parameter
Can 2 functions have same name & input parameters but differ only by return datatype ?
suppose you want to use a trigger in existing standard apps form and its not available in personalization neither in custom.pll. How you will address the issue ?
what is the difference between procedure and function
How You Will display the key flexifields in your report
tell me the scenarios of between pages in reports
in interface and conversion if 10 records are error out we can't load the records?if >10 we have to insert,if we not insert we need to gernerate error how u can achieve?
how many layout sections are tehre in layout editor?