Is this form a class. If so don't you need form.show() Allen -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of MB Software Solutions General Account Sent: Tuesday, May 12, 2009 10:43 PM To: [email protected] Subject: Re: Top level form and _screen.visible settings
Tracy Pearson wrote: > What is the forms, Visible property set to in the Design time.? > Do you have any code in the form to set THISFORM.VISIBLE = .F.? > Or code to change the position? > If you right click the taskbar entry, select Move, press the up arrow then > move the mouse do you see the outline, or the form visible? (click again to > let it go if you do) I added code after the DO FORM to explicit set the visible and form position: loFrm.visible = .T. loFrm.Move(0,0) Still no good. _______________________________________________ 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.

