lukas rueegg
|
| Posted: 06/19/2002, 9:50 AM |
|
does anybody know, how to pass values from one form to another from the
AFTER INSERT EVENT? like putting them into the URL?
in CC there was an transfer-option. i couldn't find this in CCS.
thanks,
lukas.
|
|
|
 |
Mark
|
| Posted: 06/23/2002, 8:07 AM |
|
Did you find an answer ?
This is puzzling me too !
Regards,
Mark
lukas rueegg <lru_ccs@pixworx.ch> wrote in message
news:aeqcp7$phq$1@news.codecharge.com...
> does anybody know, how to pass values from one form to another from the
> AFTER INSERT EVENT? like putting them into the URL?
>
> in CC there was an transfer-option. i couldn't find this in CCS.
>
> thanks,
> lukas.
>
>
|
|
|
 |
lukas rueegg
|
| Posted: 06/25/2002, 3:01 AM |
|
hi mark
yep. CCS support wrote me the following:
"You can turn on parameters preservation in form's properties: Data tab,
Preserve Parameters property. You can set it to None (default), GET, POST,
All, to include those variables in redirect URL.
Please refer to Operation method of your generated grid class. There you can
see how global $Redirect variable is set and when. You can alter this
$Redirect variable in you OnClick event routines using parameters
transferred for instance using hidden fields (like mysql_insert_id() in your
example)."
this solved my problems...
lukas.
|
|
|
 |
|