N Namasiva Member Dec 15, 2008 #1 Hi, mfgpro Verision: EB2 /Sp: 9/ Os:Unix / Desktop 2 For a requirement inside the program i want to know from which user id the program is running. How do i find the user using this prorgram inside the same program (login user id)? is it possible?.. Thanks for your help.
Hi, mfgpro Verision: EB2 /Sp: 9/ Os:Unix / Desktop 2 For a requirement inside the program i want to know from which user id the program is running. How do i find the user using this prorgram inside the same program (login user id)? is it possible?.. Thanks for your help.
N Namasiva Member Dec 15, 2008 #3 Thanks Chari . It works fine. I want to disable the F1 (go)key in the same program, user should go one by one tab how do i go abt it? Thanks in advance.
Thanks Chari . It works fine. I want to disable the F1 (go)key in the same program, user should go one by one tab how do i go abt it? Thanks in advance.
Kishor Chari Member Dec 16, 2008 #4 if its your customised program then do the usual read readkey-apply last key. If its unix/linux session then you can trap the key for the login.
if its your customised program then do the usual read readkey-apply last key. If its unix/linux session then you can trap the key for the login.
N Namasiva Member Dec 16, 2008 #5 Thanks Chari could you please give me an example for both option?. Thanks in advance.
N Namasiva Member Dec 19, 2008 #7 Hi Chari, Thanks for your help. I have fixed this issue with key Function... IF KEYFUNCTION (LASTKEY) = "GO" THEN do: apply keyfunction ( keycode ("RETURN")). end.
Hi Chari, Thanks for your help. I have fixed this issue with key Function... IF KEYFUNCTION (LASTKEY) = "GO" THEN do: apply keyfunction ( keycode ("RETURN")). end.