Thanks Tracy. That is exactly what I needed! In development the called form shows up in the VFP screen which isn't visible when the application runs. But when running the app as an EXE as the users will do it displays inside the calling form and works great.
Thanks for the assist, Lou -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Tracy Pearson Sent: Tuesday, July 13, 2010 8:46 AM To: [email protected] Subject: RE: VFP9 - Model form not stopping calling form code? - More info Lou Syracuse wrote on 2010-07-13: > OK, this is getting weirder... > > The form's Window type is clearly set to 1-Modal. > > No matter how I call it, if I set a breakpoint in the activate event and > look at the form window type property is is always set t to 0- Modeless. > Something is overriding that property, but what and why??? > > Lou > Lou, This should explain the strange behavior. >From the VFP 9 help file, ShowWindow Property value = 2 As Top-Level Form. The form is a top-level form in which child forms can be placed. Note that a top-level form is always modeless, regardless of the WindowType property setting. __________ Information from ESET NOD32 Antivirus, version of virus signature database 5275 (20100713) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com _______________________________________________ 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 Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/013c01cb22a8$31326ef0$93974c...@com ** 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.

