Show a model form in a mdi container

  • Thread starter Thread starter Chad Miller
  • Start date Start date
C

Chad Miller

Is there any way to show a model form in an mdi container?

- chad
(e-mail address removed)
 
* "Chad Miller said:
Is there any way to show a model form in an mdi container?

A modal form? No, that's not what MDI containers are made for.
 
I know. I have lookup forms that I want a user user to pick from then I
return the result.
 
* "Chad Miller said:
I know. I have lookup forms that I want a user user to pick from then I
return the result.

I would not show these forms as MDI children. Instead, show them as
modal dialogs on the MDI parent.
 
Thank you.

Herfried K. Wagner said:
I would not show these forms as MDI children. Instead, show them as
modal dialogs on the MDI parent.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top