Michael de Graaf
|
| Posted: 01/22/2003, 5:27 AM |
|
Hello,
I'm just started with CodeCharge studio...
I've made a page with two grids:
- one wich give me the address of a company.
- one with all persons who belong to this company.
From this point I want to access a record/form where I can edit the data of the company. I've tried this with just a simple link to this form.
But when I've used this link, I don't come in Editmode but I can only enter a new record... how do I reach this document in EditMode???
|
|
|
 |
lneisius
|
| Posted: 01/22/2003, 11:51 AM |
|
You have to pass the parameter on to the page your opening ie. CompanyID You do this in the HREF Source Edit Box (Click the little dots to the right of Source/Param in the properties manager) Then pick the plus button in the edit box and add the paramater to pass to the edit page.
|
|
|
 |
Michael de Graaf
|
| Posted: 01/24/2003, 12:42 AM |
|
Tnx for the answer !!! It was <almost> THE solution, however I forgot to indicate the primary key of the table, so it wasn't even possible to access the record in editmode...
|
|
|
 |
|