|
-
Mar 4th, 2002, 04:50 AM
#1
Thread Starter
Addicted Member
Access to the variables .....
HI everybody,
If I create an application with multiple forms, is it possible to have a variable that is global to all the forms. i.e i must be able to access the variable no matter in which form I am.
Regards,
Samir.
-
Mar 4th, 2002, 04:51 AM
#2
create a module...
and declare a public variable there.
-
Mar 4th, 2002, 05:06 AM
#3
Junior Member
re
create a variable which is public and friend in scope
-
Mar 4th, 2002, 05:55 AM
#4
Fanatic Member
You can type formname.variablename too i think??? eg form1.cheese
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
|