Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there any fonction to do that ?
Show ADMIN / USER or NONE base on the section access
Thanks
In Section Access >>
Section Access;
USERS:
LOAD [ACCESS],
SERIAL,
NTNAME,.............................
FROM ....................;
In Section application >>
Section application;
USER_ACCESS:
LOAD
[ACCESS] as user_access
RESIDENT USERS;
I hope I have helped
Thanks you very much. This do the tricks