clubbing80s
Posts: 13
|
| Posted: 08/13/2007, 4:19 AM |
|
Hi
I would l have an application that needs certain records to only be view able by the creating user and others limited to a group of users and the remaining are public .. How would i go about this in codecharge studio. ?
_________________
Many Thanks
www.linuxpro.co.za
|
 |
 |
Wkempees
|
| Posted: 08/13/2007, 5:30 AM |
|
Study the manuals for
CCGetUserID(), returns id of curently logged in user.
CCGetGroupID(), returns the id of the currently logged in users's
authorisation group.
In the displaying Grid(?) you will have to filter the records in your
SQL by either one to obtain desired result.
This filtering can be easily done through the V(isual)Q(uery)B(uilder)
whish is a subject on it's own.
Go an experiment.
Walter
|
|
|
 |
clubbing80s
Posts: 13
|
| Posted: 08/13/2007, 5:52 AM |
|
thanks i'll follow up in the doc's
_________________
Many Thanks
www.linuxpro.co.za
|
 |
 |
|