|
-
Dec 10th, 1999, 02:42 AM
#2
If the Login Form is still Loaded you can refernce the Form to Access its Public Variables, eg.
sUserName = frmLogin.sPublicUserVar
Otherwise, declare the Variable as Global/Public in a Module, this way the Variable can been seen by all Components of your Application.
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|