PDA

View Full Version : RS Offset does not update map..


alex187105
06-08-2009, 06:00 AM
I have a map that shows my recordset in blocks of 4 results at a time - with page numbers so users can page through the results.

example: http://www.nwrfca.org.uk/venues/venue-directory.asp

The problem is the map will always show ALL records from the RS - not just the 1st 4, then when they go to the next page the next 4 are shown?

Hope that makes sense.....

Thanks,

Alex

Ray Borduin
06-08-2009, 07:18 AM
The pagination doesn't seem to work anymore either. I'd have to look at the page to diagnose the problem. Please include a copy of the file and post a support incident from the webassist web site.

alex187105
06-08-2009, 07:47 AM
Hi Ray, I have done as you have requested. Seems like its to do with the RSMoveFirst() declaration in the map include files?? -

thanks.

Ray Borduin
06-08-2009, 08:45 AM
Yes, you will probably have to update the looping code on the map include. It appears it doesn't pay attention to your number of record settings and always returns you to the first record.

It should be relatively easy to tweak the code to work properly.