How can you have a PROGRAM wide variable
So it can work with more then one form.
Thanks ALOT
Sean
Printable View
How can you have a PROGRAM wide variable
So it can work with more then one form.
Thanks ALOT
Sean
add a module to your project and declare the variable in there :)
tried that
OK DUH i forgot to Public VAR as String
Thanks for your help