C Chad Miller Jul 13, 2004 #1 Is there any way to show a model form in an mdi container? - chad (e-mail address removed)
H Herfried K. Wagner [MVP] Jul 13, 2004 #2 * "Chad Miller said: Is there any way to show a model form in an mdi container? Click to expand... A modal form? No, that's not what MDI containers are made for.
* "Chad Miller said: Is there any way to show a model form in an mdi container? Click to expand... A modal form? No, that's not what MDI containers are made for.
C Chad Miller Jul 13, 2004 #3 I know. I have lookup forms that I want a user user to pick from then I return the result.
H Herfried K. Wagner [MVP] Jul 13, 2004 #4 * "Chad Miller said: I know. I have lookup forms that I want a user user to pick from then I return the result. Click to expand... I would not show these forms as MDI children. Instead, show them as modal dialogs on the MDI parent.
* "Chad Miller said: I know. I have lookup forms that I want a user user to pick from then I return the result. Click to expand... I would not show these forms as MDI children. Instead, show them as modal dialogs on the MDI parent.
C Chad Miller Jul 13, 2004 #5 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. Click to expand...
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. Click to expand...