relating to another form

yaniv

Well-known member
Joined
Apr 15, 2002
Messages
162
Location
israel
I have three forms: menu, submenu and the inputdata form.

when you open the submenu the menu is closed and you can call the inputdata form and the submenu stays open.

i want to create two buttons on the inputdata- one thats get you back to submenu and one that close the inputdata form and the submenu form, and then open the menu again (e.g "get back to submenu" and "get to main menu").

the problem is that i cant find the way to close the submenu when i"m in the inputdata form ! the inputdata form doesnt recognize the object, although he is open.

can you relate the open form?

(I do understand that i need to somehow overrides the opened object, dont know how to do it).
 
Have you thought about creating an mdi application? I could do it that way, but i am unsure how to do it with 3 seperate forms
 
I dont think mdi will suit me, because i need to create menus, sub menus etc. and the relations between them is not of mdi.
 
Back
Top