Hi,
We have a requirement where each user
customizes the # of rows to be displayed on
the screen. Attached to this repeated, we
have the usual First,Prev,Next,Last buttons.
I am running into session bleeding:
Say user A fetches 5 records.
Then user B fetches 10 records.
When user A clicks next, the record being
fetched is the 11th, instead of the 6th.
I eventually got around this by saving the
repeated's CurrNumOfRows in a page session
object, and restoring it in the onWeb events.
(But this quantity is supposed to be saved
automatically into a page session object,
according to ND manual).
Can you please let me know where I may be
going wrong? Or is it a ND bug (not saving
currNumOfRows into page session)?
Thanks.
Regards,
Bharath.
PS:
I am attaching a project which I have put
together to test this.
Project Name: testpagesession.
It uses the ndNorthwind DB, supplied with ND.
Install and run pgRowInput.
test.zip