> -----Original Message----- > From: aj > Sent: Friday, September 01, 2006 1:11 PM > Subject: Re: Modal form class > > > No. I just discovered that the problem is with the containers that i > have added to the form. If create another form and place these > containers on it I get the same problem. If the containers > are removed > the code works as expected. I am using image controls by a company > called data techniques. >
ActiveX objects.. Try this code: [code] _VFP.AutoYield = .F. oFrm = CreateObject(cYourFormClass) oFrm.Show(1) _VFP.AutoYield = .T. [/code] Tracy _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

