Is it possible to access the properties and methods of a modeless child form from its modeless parent.
For example:
I create Form1 with a two command bottons: Button1 one code is "Do Form2" and Button1 two code is "Form2.Windowstate=1"
I run Form1 and press Button1 which opens Form2. Then when I press Button2 I receive the error "Object Form2 is not found".
This is just a simple example of what I am trying to do which is access properties and methods of one form from another. It seems to work from child to partent but not the other way. Is there a way around this?
For example:
I create Form1 with a two command bottons: Button1 one code is "Do Form2" and Button1 two code is "Form2.Windowstate=1"
I run Form1 and press Button1 which opens Form2. Then when I press Button2 I receive the error "Object Form2 is not found".
This is just a simple example of what I am trying to do which is access properties and methods of one form from another. It seems to work from child to partent but not the other way. Is there a way around this?