UBE Total Page Numbers ?

Sankarguru Mani

Active Member
Hello All,

I know it has been discussed many times. But i am getting the expected results.

I need some help regarding page number reset issue. I had looked at the post 111084 and created a BSFN using API ubeReport_SetPageNumberEx. But it is not working as expected. Does this API really works in 9.0??

For example:

if Purchase Order 1 has 3 pages, PO 2 has 4 pages output comes as follows.

Output
PO 1
Page 1 of 2
Page 2 of 2
Page 3 of 2

PO 2
Page 1 of 4
Page 2 of 4
Page 3 of 4
Page 4 of 4

I am resetting based on DOCO F4311. In the level break footer, After last object printed section I am calling the BSFN to reset the page number and total page number. Any help on this really appreciated.

Regards,
Sankarguru Mani
E9.0 / 8.98.4.5
 
Use a BSFN...

0025 Set Report Page Number
"C" -> BF cActionCode
<Zero> -> BF mnPageNumber
"1" -> BF cSuppressErrorMessage
 
Hi Stank,

"Set Report Page Number" BSFN will reset only X part in X of Y. But in my scenario, I want to reset both X and Y.
 
Back
Top