Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

need to get user name once he logs in the application.

i have an application ,here's what i want, i want the user to be able to see his name when he logs in.

like---Welcome  Username

how can i do this?

1 Solution

Accepted Solutions
aveeeeeee7en
Specialist III
Specialist III

Use this in the Text Box:

='Welcome'&'   '&OSUSER()

Regards

Aviral Nag

View solution in original post

2 Replies
aveeeeeee7en
Specialist III
Specialist III

Use this in the Text Box:

='Welcome'&'   '&OSUSER()

Regards

Aviral Nag

VishalWaghole
Specialist II
Specialist II

Hi sudhanshu,

Try using OSUser() function.

-- Regards,

Vishal