HighDots Forums  

Master page with keyword search recordset nav issue

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Master page with keyword search recordset nav issue in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Baddog24
 
Posts: n/a

Default Master page with keyword search recordset nav issue - 11-02-2004 , 09:17 PM






I put together a master and detail page which work fine. I added a keyword
search function to the master page, and that filters the recordset fine. The
recordset is filtered by the keyword and the master page then displays X
records per page. The problem is that the recordset navigation doesn't work
properly. For example,, if 15 records are returned, and I am displaying 5
records per page, the 'next' button will return a blank page (displaying only
my conditional text for a empty recordset). Obviously I am losing my filter
parameter some how. I set up the filter in the recordset sql statement as
WHERE Category = 'MMColParam' and defiined the MMColParam as
Request.QueryString('Category'). I am not quite sure what I am doing wrong.
Any help appreciated. I swear this was working previously. Thanks.


Reply With Quote
  #2  
Old   
Baddog24
 
Posts: n/a

Default Re: Master page with keyword search recordset nav issue - 11-02-2004 , 09:20 PM






I think this should be in applications, so I am going to post it there. Sorry for the cross post.

Reply With Quote
  #3  
Old   
BadDog24
 
Posts: n/a

Default Re: Master page with keyword search recordset nav issue - 11-03-2004 , 12:03 PM



Problem solved. Changed Request.Form to Request.QueryString and form method
changed from Post to Get.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.