I am trying to create a project that has a main MDI form with a menu.
The menu items call child forms.
I am trying to make the child forms (Each for a different master) call a simple "grandchild" form, which presents a groupbox with three options: "ADD", "MODIFY", "DELETE", and return the selected option to the child form. The child form will then present to the user the required fields.
The call is thru Grandchildform.show() in the childform_load event.
When I execute the project: the Grandchild form is briefly displayed, but does not wait for interaction, but returns to the child form.
The"Grandchild" has nothing but the group of three radio buttons.
I tried to make the "Child" form a MDI form, but the "Grandchild" never waits for user interaction.
I am not sure what I am missing.
Will be glad if I could find out where I am going wrong
Mohan
MohanSQL