To display the page no. for each page on a report what would
be the source & logical page no. or & of physical page no.?
Answers were Sorted based on User's Feedback
Answer / 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 |
what are the oracle forms services components include?
Any attempt to navigate programatically to disabled form in a call_form stack is allowed?
List the system variables related in Block and Field?
What is the built-in used to get and set lov properties during run-time?
How to create LOV in Oracle forms?
How the Action Trigger works? and what is full syntex of srw.run_report?
1 Answers CMC, Yantro Software,
Can a property clause itself be based on a property clause?
What is responsibility and how u attach How to create user and how u attach with responsibility.
what is the difference between call_form, new_form and open_form?
Name the different triggers supported by oracle reports and their firing order.
What SYNCHRONIZE procedure does ?
How i get the client machine Ip address through developer 2000 forms, if you are running three tier architech.