A
Agnes
I got a Login form which user will input userid,password... etc.
I want to create a object to store (userid, logintime, deptid..etc)
that login form will create a bigger form with menu bar, (user will click
the menubar and call the form)
Every form need to display the userID and deptId, how can I create 'global
object' in the login form.
so.. every form just call that object and will get the userid ....
Thanks a lot
p.s - I hope someone can understand my question. For my past vfp
application, I only use public variable, but for .net , I got no idea...
I want to create a object to store (userid, logintime, deptid..etc)
that login form will create a bigger form with menu bar, (user will click
the menubar and call the form)
Every form need to display the userID and deptId, how can I create 'global
object' in the login form.
so.. every form just call that object and will get the userid ....
Thanks a lot
p.s - I hope someone can understand my question. For my past vfp
application, I only use public variable, but for .net , I got no idea...