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.
Printable View
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.
create a module...
and declare a public variable there.
create a variable which is public and friend in scope
You can type formname.variablename too i think??? eg form1.cheese