Apr 21, 2003 #1 R renegade Newcomer Joined Feb 14, 2003 Messages 12 Where is there info on passing data in between forms and relationships between forms? Sharing?
Apr 27, 2003 #2 A aewarnick Senior Contributor Joined Jan 29, 2003 Messages 1,031 I am sure you can find plenty of info on the net but I will get you started with some ideas. static variables are known and can be accessed by all forms of a program, if they are public that is. But just public variables need the form name first with a dot and then the variable you want to access. Ex: Form1.myVariable= "Hi"
I am sure you can find plenty of info on the net but I will get you started with some ideas. static variables are known and can be accessed by all forms of a program, if they are public that is. But just public variables need the form name first with a dot and then the variable you want to access. Ex: Form1.myVariable= "Hi"