Meir Kriheli
|
| Posted: 10/07/2002, 3:26 AM |
|
|
|
|
 |
Krala
|
| Posted: 10/08/2002, 6:31 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.
|
|
|
 |
Meir Kriheli
|
| Posted: 10/09/2002, 4:12 AM |
|
The problem is that I don't want to use a table at all. The entire info is stored in a session array, not in a table.
What I need is some sort of OnGetData in Delphi, if you know it. That way when the grid troes to fetch a row, I'll give it the info, or it can use the array automatically.
I can't add a prameter to the data source, if I don't select a table, and there's no table this info is attached to.
|
|
|
 |
|