Ralph
|
| Posted: 07/25/2002, 2:11 AM |
|
I want to show to every member if he's logged all evnts forms belonging
to him how to do in CCSand if possible a code example
great thanks
|
|
|
 |
Nicole
|
| Posted: 07/26/2002, 6:20 AM |
|
Ralph,
you do not need manual coding. It could be done via grid form data source dialog. Please open one and click on plus icon under Where section to open Table Parameters dialog. Add the new parameters with settings like below:
Condition Type: Parameter
Field
Name: select the name corresponding to session variable UserID that is created when user loges in
Type: Integer (as usual)
Condition: equals(=)
Parameter Source
Name: UserID (be default. You can check it in site security settings->Advanced options)
Type: Session
|
|
|
 |
|