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