Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all!
Problem in access. I have 1 admin adn 2 users.
admin must see all. and he see all, BUT if user1 (he must see TOID=3, and see it)was open qvw and close (NOT SAVE), then admin see only TOID = 3. o_O
Section Access;
LOAD * INLINE [
ACCESS, USERID, PASSWORD, TOID
admin, admin, admin,*
user, user1, user1, 3
user, user2, user2, *
];
Section Application;
Star means that they can see only what is mentioned in section access and not all. Remove Star from admin and try again.
Star means that they can see only what is mentioned in section access and not all. Remove Star from admin and try again.