Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting the logical page number into a variable

Status
Not open for further replies.

tkanak

Programmer
Oct 23, 2003
1
US
I'm created a form letter report in Oracle Reports 6i. The number of pages for each letter is not fixed.
I'm trying to get the logical page number into a local variable that I can use for further calculation. we have to print the barcode behind each page which should have the current page number in the 11 and 12th positions. The 15th position is the check digit charecter doing mod43 calculation. In order to have the check digit calculated I need the logical page number. The srw.get_page_num gives the physical page numbers but I want the logical page number for each instance. Please advise. Thanks.
 
YOU CAN USE THE PAGE NUM AND TOTAL PHUSICAL PAGES WHICH ARE AVAILIABLE IN THE SOURCE FIELD TO GET THE PAGE NUMBER.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top