Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I show a modal child form in a MDI app?

Status
Not open for further replies.

gadgetguy1111

IS-IT--Management
Mar 19, 2002
20
0
0
SG
Hi,

I'm passing the values of a recordset to another form which has to be shown modally so that the user can react to it before I move to the next record.

The trouble is that vb doesn't allow forms to be shown modally in a MDI app.

I have used timers on the parent form (disabling the timers initially) so that the child form can remotely enable the timer on the parent form as a workaround for my other forms that require the child forms to be shown modally.

Anyone has any other workarounds?

Help very much appreciated cos I more or less have to display this form modally. The timer trick don't work here as the show statement is in the middle of a do loop. I'm using the loop to move through a recordset.

thanks

--
Boon Kee
 
just use a normal modal form which is a copy of the mdi child form. Transfer the data into your mdi child form when you close the normal form.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top