antum
Posts: 7
|
| Posted: 02/07/2006, 2:29 AM |
|
Hi,
I've had a look at a few posts that have dealt with this issue, but I can't seem to understand or see a final solution, it should be relatively easy...
On a page I have a table that should be shown to all members who are of Admin level. How do I hide this block from people who are not Admin ?
Thanks,
_________________
Anthony Brown
BICT, Zend Certified Engineer (PHP)
IT Manager
Anzatea
http://www.anzatea.co.nz/
03 374 6518 |
 |
 |
matheus
Posts: 386
|
| Posted: 02/07/2006, 3:15 AM |
|
Before show, DLookup if had access, if not: Visible false to Grid.
_________________
Matheus Trevizan
Dynamix Software Ltda.
Blumenau SC Brasil
www.dynamix.com.br |
 |
 |
Walter Kempees
|
| Posted: 02/07/2006, 3:22 AM |
|
The Grid's SQL
where <field identiying your groups> = SESSION GroupID
in the Visual Query Builder
Or
Before Select of the Grid
Get the users usergroup and change the Where clause accordingly.
All well explained in the documentation.
Check Example Task Manager
"antum" <antum@forum.codecharge> schreef in bericht
news:243e8769980531@news.codecharge.com...
> Hi,
>
> I've had a look at a few posts that have dealt with this issue, but I
> can't
> seem to understand or see a final solution, it should be relatively
> easy...
>
> On a page I have a table that should be shown to all members who are of
> Admin
> level. How do I hide this block from people who are not Admin ?
>
> Thanks,
>
> _________________
> Anthony Brown
> BICT, Zend Certified Engineer (PHP)
> IT Manager
> Anzatea
>
> http://www.anzatea.co.nz/
> 03 374 6518
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|