Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I would like to ask a question on Access.
I use Section Access, when some one access the QVW, he has to type the UserID. I was wondering whether we can avoid typing anything and compare the windows account with the UserID that is stored in QVW, because our windows account is the same with UserID.
Thanks in advanced.
Isaac Li
Have a look at NTNAME in section access which gives you wahat you are after. I would suggest using it with NTDOMAINSID as well so that only valid windows accounts in the named domain will pass checking.
Regards,
Gordon
Thanks a lot Gordon, I got it.