Thanks Charles upon logging in the users are redirected to an A5 page then sent on to the Tabbed UI.
What is strange I use SESSION Variables throughout my Tabbed UI without a problem, even in the Photo I shown it does recognize the Session user's name.
Unless you mean something else?
Code:
dim session.ShortName as c
CN = filename_from_alias("C:\Users\Administrator\Documents\Old_Alpha\Shipment_Database\users.DBF")
filter = "email = '"+ a5ws_getcurrentuser()+ "'"
result = "firstname"
session.CurrentUserName = lookup(cn,filter,result)
session.UserID = a5ws_getcurrentuser()
Bookmarks