Go to next record problem in detailpage
Posted: Tue Jul 26, 2005 9:36 am
I have the following question: How can I make a go to next record in a detailpage?
I have created a master page and a detailpage.
Masterpage recordset is a repeatregion non filtered
From masterpage to detailpage i've jused this link:
The detailpage is filterd with Lotnumber=Lotnumber.
This page works fine, but I can't go to the next detailpage of the following record.
Is this possible? When it is possible, how can i fix this?
[As you maybe can see, I've always used dreamweaver mx for creating my phpsites.]
Greetz
Goezi
I have created a master page and a detailpage.
Masterpage recordset is a repeatregion non filtered
From masterpage to detailpage i've jused this link:
Code: Select all
testdetail2.php?Lotnumber=<?php echo $row_catalogus['Lotnumber']; ?>This page works fine, but I can't go to the next detailpage of the following record.
Is this possible? When it is possible, how can i fix this?
[As you maybe can see, I've always used dreamweaver mx for creating my phpsites.]
Greetz
Goezi