MB Software Solutions General Account wrote on 2012-08-15: > VFP9SP2 - WinXP > > I've got a Top Level Form (ShowWindow=2) which needs to launch another > form on top (on demand). When my code does the DO FORM, the pop-up form > shows BEHIND the Top Level Form. > > How do I get this to show in front? I can't make it a Modeless form (and > hence it can't be another Top Level Form) because I want the user to set > some values in the pop-up form and then the underlying form would key off > those user-changed values. > > Or is this where BINDEVENTS would save the day? > > tia, > --Mike
Mike, A Modal form? You need to set the ShowWindow in the Top Level Form instead of Screen. 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/[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.

