Passing varibales between forms...

Emohawk

What a wicked mullet...
Local time
Today, 15:32
Joined
Mar 14, 2002
Messages
79
I need to pass a boolean value from one form to a second form (a pop up screen) and then back, this seems like such a simple operation but I can't seem to work this one out. ARGH!!!

Sorry, the Topic should read Variables... Not sure what varibales are...

[This message has been edited by Emohawk (edited 11-26-2001).]
 
Hi there

Sorry I don't know what varibales are either!! Anyhow try creating a public variable in a module:

Public MyVar as Boolean

Having a public variable will make it available to all of your objects in your database.

HTH
Rob
 
Can you use the Open Arguments on the forms?

(OpenArgs)
 
Using the module approach, works a treat. As an added benefit I can now pull code out of my forms to improve reuse. Sweet. Thanks
 

Users who are viewing this thread

Back
Top Bottom