W
|
webdino author 7/27/2011 |
I try more examples but no from these works |
C
|
cgphp 7/27/2011 |
"Kunde <>= " . $_SESSION["CustomId"]
" Kunde = '".$_SESSION[CustomId]."'
|
W
|
webdino author 7/27/2011 |
Session var echo in the event is correct |
C
|
cgphp 7/27/2011 |
Do an explicit cast: $_SESSION["CustomId"] = (int)$_REQUEST["editid"]; |
W
|
webdino author 7/29/2011 |
I desperate :-() |
C
|
cgphp 7/29/2011 |
Initialize the session var in the "Before process" event. |
W
|
webdino author 7/29/2011 |
I give up |
C
|
cgphp 7/29/2011 |
I have reproduced a similar scenario on my side an it works fine. |
W
|
webdino author 7/29/2011 |
which event do you mean? |
C
|
cgphp 7/29/2011 |
Webdino, |
W
|
webdino author 7/31/2011 |
I try more times |