Forums

PHP

This topic is locked

Details page problem

Posted 28 Feb 2002 17:57:14
1
has voted
28 Feb 2002 17:57:14 Dean Ouellette posted:

I have a query set up so I enter state and it brings up all the people in RI. I have a details link for each one so can edit it, but all of the details links go to the first record, not the record that the details falls in on the resullts page. Anyone know why this happens, why it would not take on the ID of the record it should. My guess is it has something to do with the repeat region

Here is the code for the link

details.php?<?php echo $MM_keepURL.(($MM_keepURL!=""?"&":""."ID=".$Recordset1->Fields("ID" ?>

Any ideas?



Replies

Replied 09 Mar 2002 10:10:44
09 Mar 2002 10:10:44 Thorsten Roever replied:
Yes, I think I can help: you have to filter your recordset at the result page, too. Filter that Recordset by using "ID >> URL get Parameter >> ID". That should work if you used the "go to Detail Page" at your "Link-site".

Hope that was the problem you described.

Reply to this topic