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