stormin_norm
Registered User.
- Local time
- Today, 06:39
- Joined
- Apr 23, 2003
- Messages
- 213
Is there a stack or method for finding out which object/form is the parent object/form?
Lets say you have a main menu which opens a popup form, which then opens a form.
It would be nice to use the same popup form, track which menu item opened it, and pass this information to the child form.
menu-->popup form---> form
Does the Form(s) object track the sequence?
I imagine the easiest is to simply reference if menu!commandbox_selected or something like this. But then every form must know all the menu items.
Lets say you have a main menu which opens a popup form, which then opens a form.
It would be nice to use the same popup form, track which menu item opened it, and pass this information to the child form.
menu-->popup form---> form
Does the Form(s) object track the sequence?
I imagine the easiest is to simply reference if menu!commandbox_selected or something like this. But then every form must know all the menu items.