application im writing has many forms...
I can write a simple program that has the mdi parent window, and create mdi child windows inside of it, tile, cascade them, do things inside each child window, whatever.. works fine... but there is only 2 forms.. form1, form2..
but what im writing... the form i want to be a mdiparent form i guess is like form10 and is set to fsMDIForm and the 11th form is the mdichild i want.. well.. form10 loads up fine.. but once i try to create a child inside of it i get this error "cannot create form. no mdi forms are currently active"
If i set my form1 to fsmdiform, then it works fine.. only problem is i have things going on in there and don't want it there anyways...
any ideas?
I can write a simple program that has the mdi parent window, and create mdi child windows inside of it, tile, cascade them, do things inside each child window, whatever.. works fine... but there is only 2 forms.. form1, form2..
but what im writing... the form i want to be a mdiparent form i guess is like form10 and is set to fsMDIForm and the 11th form is the mdichild i want.. well.. form10 loads up fine.. but once i try to create a child inside of it i get this error "cannot create form. no mdi forms are currently active"
If i set my form1 to fsmdiform, then it works fine.. only problem is i have things going on in there and don't want it there anyways...
any ideas?