To display the page no. for each page on a report what would
be the source & logical page no. or & of physical page no.?
Answer Posted / sudipta santra
This is the way how to display the page number.
SRW.GET_PAGE_NUM (page_num);
Description: This Function returns the current page number.
This is useful when you want to use the page number in the
field's Format Trigger property.
Syntax:
SRW.GET_PAGE_NUM (page_num);
Parameters:
page_num: Is the variable in which you want to place the
current page number.
Returns: The current page number variable into the boiler
plate text item in the report.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an SQL FORMS ?
Name the different triggers associated with oracle forms having a master-detail relationship.
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?
Explain the various types of oracle report?
In oracle forms report, what is the maximum length of record group column? What are the different types of record groups?
a text item is there what r the different types of triggers associated with it
What is the difference between BPA AND Contract What are documents and test cases u followed
what are bind variables?
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
how to send file attachment from oracle forms
difference between global n context sensitive segments?
Explain the different levels at which oracle form services interact.
how report can be generated if we have the database designed in oracle 10g?
Explain how can you use the same lov for 2 columns?
what is the difference between call_form, new_form and open_form?