Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone!
I'm trying to do a control access to QV. I used a section access like:
ACCESS USERID PASSWORD
ADMIN xxx xxx
USER xxx xxx
My idea is,before load the FACTS, try to put an IF sentence like: IF ACCESS='ADMIN' that load a part of the script ELSE the other part.
Any idea?
Regards.
hm, section access is applied when opening the QVW, not when reloading.
You can try to check on user name when running the script using QVUser() or OSUser(), but not sure if this is what you want.
hm, section access is applied when opening the QVW, not when reloading.
You can try to check on user name when running the script using QVUser() or OSUser(), but not sure if this is what you want.
I think, you cannot add ACCESS='ADMIN' part before section access to restrict loading,
try something different way
It works!!
Thx u so much!!