identifying the user in mfg/pro

sreekuax

Member
Hello All,

I was just wondering is there any progress commands that will help in identifying which user has logged into a mfg/pro session.

scenario : A user logs to mfg/pro. Now if the user goes to porgress procedure editor - here is there any progress commands which shows the name or user id of the current user ?

or am asking a blunder like no way !! :)

Pls help if any one knows :)
 

medu

Member
user id it's a global shared variable from what i remember, if you end up in procedure editor from mfg/pro menu then the variable is still set and you can access it...

something like...

define shared variable global_userid as character.
display global_userid.
 

sreekuax

Member
user id it's a global shared variable from what i remember, if you end up in procedure editor from mfg/pro menu then the variable is still set and you can access it...

something like...

define shared variable global_userid as character.
display global_userid.

that was just awesome... the way I wanted.. thankyou very much.. sorry for the delay in reply..was out of station . :D
 
Top