I have an MDI form called mdiMain. In it I declare
Public test as Boolean
mdiMain calls another form and within a method in that form I set 'test' to true. When I run it I get a compiler error that 'test' is not defined. However if I set 'mdiMain.test' to true it works. I don't understand this.