I am stuck I have 2 forms Form1 and Form2. Form1 is an mdichild
what is happening is depending on what item is selected from a combobox on Form1 will open Form2 so that info can be entered. the problem is form2 keeps going behind Form1 and the forms freak out a bit.
I have tried
Code:Form2.show
Code:Form2.show , Form1
and i keep gting errors. Should form2 be and Mdichild or what.Code:Form2.show
Form2.setfocus
oh on form2 i am enabled =false some frames depending on the item in the combobox
can anyone help.
