B
Bob Howard
My user terminates the aplication by clicking a button on the main form's
screen. In my onclick event for that button, and just before I actually
terminate the application by closing the main form, I display another little
form to confirm some ending status information with the user.
That little form has its Border Style set to Dialog, and both its Modal and
Popup properties are set to Yes.
So I issue an openform for the little form ... and I see it briefly flash on
the screen ... and then the application terminates on its own!
I stuck a msgbox in the onopen event for the little form just to make sure I
was getting there correctly, and I am. When I click "go" in the msgbox,
then the little form flashes and the whole thing goes away.
I thought with a dialog (modal popup), all other processing is supposed to
wait for the dialog to complete.
Am I wrong about that???
Bob (@Martureo.Org)
screen. In my onclick event for that button, and just before I actually
terminate the application by closing the main form, I display another little
form to confirm some ending status information with the user.
That little form has its Border Style set to Dialog, and both its Modal and
Popup properties are set to Yes.
So I issue an openform for the little form ... and I see it briefly flash on
the screen ... and then the application terminates on its own!
I stuck a msgbox in the onopen event for the little form just to make sure I
was getting there correctly, and I am. When I click "go" in the msgbox,
then the little form flashes and the whole thing goes away.
I thought with a dialog (modal popup), all other processing is supposed to
wait for the dialog to complete.
Am I wrong about that???
Bob (@Martureo.Org)