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

Evaluate Page()

Status
Not open for further replies.

cookie2

Programmer
Jan 6, 2003
6
0
0
US
I use the following code to obtain 'current' page in a datawindow for print purposes. It worked fine in PB 5.04, but I have migrated to PB 8.01, and it doesn't work. Has anybody encountered this problem? Thanks.

greg

row = idw_dw.GetRow()
tmp = idw_dw.describe("evaluate('page()'," + string(row) + ')')

The 'tmp' variable always returns 1. It should return the value of the Page() function.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top