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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PageCount() Error

Status
Not open for further replies.

ladyengr28

Programmer
Joined
Mar 10, 2004
Messages
1
Location
US
I have the following code:

"Page "+page()+ "of "+pageCount()

Instead of getting Page 1 of 8 (like I'm supposed to get), I'm getting Page 1 of 9145890. I'm wondering why there are so many pages showing up in the page count.

Any help regarding this error would be appreciated!

Thanks
 
Just a couple of questions:

What version of PowerBuilder are you using?
Is this a Composite report?
Is the Data Source for the DataWindow object a stored procedure?
Is the "Rows as Needed" retrieve option set for the Datawindow object?

xsyguy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top