VictorGuarnieri
New Member
- Joined
- Jul 12, 2011
- Messages
- 3
Hello, I got a doubt:
In a test project I have two forms: a login and a main form
In the login form, I'll check the user/password and also the access level of that user. For that I used a variable set as public (in the login form), since I'll need it later on other forms, but its not working.
So, if I have to do that, do I have to write the login routine in a module?
Thanks
In a test project I have two forms: a login and a main form
In the login form, I'll check the user/password and also the access level of that user. For that I used a variable set as public (in the login form), since I'll need it later on other forms, but its not working.
So, if I have to do that, do I have to write the login routine in a module?
Thanks