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.
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.