Meir Kriheli
|
| Posted: 10/07/2002, 3:26 AM |
|
In CCS (php), how can one use data coming from a session array, as the datasource of a grid form ?
I guess it has something todo with beforeShow event of the form.
Thanks
|
|
|
 |
Krala
|
| Posted: 10/08/2002, 6:22 AM |
|
Meir,
in case you want to access it from custom code use:
$tmp = CCGetSession("session_var_name");
Or you can include it as Input variable in the sql used as grid datasource. Open DataSource dialog, add new table parameter and set Parameter Source type to Session.
|
|
|
 |
|