Forums

This topic is locked

Recordset Navigation loses way in dwmx

Posted 22 Jan 2003 01:14:06
1
has voted
22 Jan 2003 01:14:06 iota unum posted:
My recordset navigation loses its way. User selects two variables from one recordset. Navigation works fine for first two pages then it selects all records rather than those based on the selected variables. I have tried making them session variables but this doesnt help. I am using ASP

Edited by - iotaunum on 22 Jan 2003 02:24:48

Replies

Replied 22 Jan 2003 07:43:47
22 Jan 2003 07:43:47 Dave Clarke replied:
I had a similar problem which was solved by using Request("variable" in the SQL for the recordset rather than Request.Form("variable" or Request.QueryString("variable"

Hope that helps

Dave

ASP|VBScript|IIS5.1|Access|WinXPPro & WinXPHome
Replied 22 Jan 2003 17:38:13
22 Jan 2003 17:38:13 iota unum replied:
That did it. Thanks for your help.

Reply to this topic