Please check if you have a SetFocus() line in form. SetFocus() triggers the Show() event of the form and the modality of the form cannot be changed after showing it. The easiest way would be to put a set step on in the Show(). It should stop there and check where it was called from.
On Mon, Mar 29, 2010 at 2:48 PM, MB Software Solutions, LLC < [email protected]> wrote: > http://mbsoftwaresolutions.com/images/problem_with_form.png > > I've got a simple SCX form that is getting its WindowType property reset > somehow. It's supposed to be a modal form, but it's not respecting it. > Ideas? > > -- > Mike Babcock, MCP > MB Software Solutions, LLC > President, Chief Software Architect > http://mbsoftwaresolutions.com > http://fabmate.com > http://twitter.com/mbabcock16 > > [excessive quoting removed by server] _______________________________________________ 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/[email protected] ** 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.

