Forums

This topic is locked

Move to next record not working properly

Posted 03 Nov 2003 18:49:06
1
has voted
03 Nov 2003 18:49:06 Dan Berdusco posted:
I have a results page listing 10 results at a time using a repeat region. However, if there are more than 10 results, I would like to use the "Move to Next Record" function. But for some reason, this is not working. When I click the move to next record button, no results are showing up. Would anyone know why this is happening? You can take a look at what I mean here:

www.trustmark.ca/fc/search/index.asp - Perform a simple search without entering anything.

Replies

Replied 04 Nov 2003 17:38:39
04 Nov 2003 17:38:39 Dave Clarke replied:
If you are using request.querystring or request.form for your recordset of results try just request instead.
e.g

Request("selectCat" instead of Request.Form("selectCat"


Dave

ASP|VBScript|IIS5.1|Access|WinXPPro & WinXPHome
Replied 04 Nov 2003 19:15:25
04 Nov 2003 19:15:25 Dan Berdusco replied:
You're a lifesaver Dave,

I have been racking my brain with this for days...

Thanks.
Replied 05 Nov 2003 13:40:17
05 Nov 2003 13:40:17 Dave Clarke replied:
Glad to help <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>

ASP|VBScript|IIS5.1|Access|WinXPPro & WinXPHome

Reply to this topic