uknites
Posts: 12
|
| Posted: 05/31/2006, 3:30 AM |
|
I am using Grid Builder to Search the results and they are displayed in the "List of Results"under it. I created another grid and i want the Serial Number in the Results Grid to appear as a link. When i will click at the serial number, it should display all information under that result in the third grid below it. Now how can i link the serial # of results on 2nd grid to the 3rd grid. I know how to convert the Serial# tolink, but what can i do to link it to 3rd grid
|
 |
 |
Benjamin Krajmalnik
|
| Posted: 05/31/2006, 1:35 PM |
|
In your database structure, you must have some sort of field which links the
serial numbers to the parent record.
You link should pass the page with a parameter identifying the parent
record. Your serial number grid would then use that parameter in the where
clause to fiter the records.
|
|
|
 |
uknites
Posts: 12
|
| Posted: 06/03/2006, 11:37 PM |
|
thanks a lot Benjamin Krajmalnik. I will try it :)
|
 |
 |
|