EO
I had written a code to get results of tables that user can access from CE and added those to launch pages. I have copied details from this forum and Business Object.
I am not sure if following can help you. Try changing SQL query to suit your needs.
Thanks
Yogesh...
Have you tried using simple HTTP header server variable technique from good old ASP days?
LOGON_USER server vaiable returns "DOMAIN/USER"
dim showid
dim MyPos
showid=request.servervariables("LOGON_USER")
MyPos= Len(showid) - (Instr (1, showid,"\",1))
logon = Right(showid, MyPos)
Thanks...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.