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. Tracy Pearson PowerChurch Software _______________________________________________ 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/001101cb22a2$74e93d00$5ebbb7...@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.

