rho
|
| Posted: 08/10/2003, 11:30 PM |
|
Hi, hope this is easy: I have a Customer table with fields CustomerID and CustomerName. I want CodeCharge Studio 2 to generate a list page, where the user can click on the CustomerName to go to the details page. Unfortunately, the CCS Application Builder doesn't work when linking on the name (it contains spaces). How can I get the Application Builder to display CustomerName, but link on CustomerID? Or do I have to code? Any hints very much appreciated!
Cheer, Rob.
|
|
|
 |
DaveRexel
|
| Posted: 08/11/2003, 11:32 AM |
|
::
The standard link produced by the Application Builder does produce the ID (you may have to add it to the list of fields for the grid) as a parameter in the link URL resulting in ex ../myPage?CustomerID=123 or similar. You can add these LINK parameters by pressing the [...]browse button in the Properties Panel HREF SOURCE.
Dave
|
|
|
 |
|