PDA

View Full Version : Joining dynamic summary details pages to master details pages - PHP


kenpar300532
02-17-2010, 05:08 AM
I have set up a page to display a product summary page in a vertical list. The record set has been setup up correctly together with a repeat region and all the products display correctly.

I am trying to link the product name field to the full details page but it keeps showing only the first record on the details page. I have attached an image to show my recordset on the full details page is there an incorrect setting.

Also what is the process for linking? currently I'm using the following

Highlight field on summary page
click link
navigate to the full details page
do I then use the parameters button??

Help most appreciated.

Eric Mittman
02-17-2010, 11:24 AM
You have got this mostly worked out, the recordset on your details page seems fine to me. I think the problem is your missing URL parameters in the links you are creating.

You will need to use the parameters button and add in the ProductID parameter. For the value of this parameter you need to select the productid field from your recordset.