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 |
HI GURUS, WHAT IS THE PURPOSE OF LEXICAL PARAMETER IN REPORT DEVELOPMENT.
How can you format a character field in a report Layout editor ?
There are Two pl/sql Libraries Lib1,Lib2 are attached to a form and these two libraries contains functions with same name fun1 (i,e lib1 have a function fun1 and lib2 also have a function fun1).how to call these functios from forms?
how do u place it in required folder
What is the difference between a POST-FIELD trigger and a POST-CHANGE trigger ?
Can a formula column be obtained through a select statement?
Can you change the color of the push button in design time?
What are the built-ins used for processing rows?
How i get the client machine Ip address through developer 2000 forms, if you are running three tier architech.
How do you call other Oracle Products from Oracle Forms?
how do u compile a form i.e .fmb file in Unix or in dos
What are the difference between lov & list item?