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!

Page# of Page## - Problem w/ Coordinated Compound Reports

Status
Not open for further replies.

LeonelSanchezJr

Programmer
Jan 26, 2001
522
US
I am using WebFOCUS 7.1.4 Developer Studio in a Windows 2000
environment.

I believe that there is a known issue with placing the
"Page # of Page ##" in a coordinated compound report.

However, my employer is REALLY needing us to place the page numbers in this type of report.

Is they ANY type of work-around?

Thanks,

Leo ;-)
 
Is your problem the placement, or getting the total number of pages? If the latter, just create a string object that contains the token: <ibi-total-pages/> For example:
Code:
COMPOUND LAYOUT
section=s1, $
  pagelayout=1, $
    component=report1, ..., $
    object=string, position=(6 1), text='Page <ibi-page-number/> of <ibi-total-pages/>', $ END ...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top