> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of MB > Software Solutions General Account > Sent: Monday, May 11, 2009 3:28 PM > To: [email protected] > Subject: Top level form and _screen.visible settings > > VFP9SP1 > > My main prg says _SCREEN.VISIBLE = .F., and my config.fpw has > SCREEN = OFF. I've got a Top Level Form > (form.ShowInWindow=2) that gets called by the main.prg. I > just want this form to show, not the entire VFP window. > I can't seem to put my _screen.visible = .T. at the right > spot because I get both the Top Level form showing outside of > the main vfp window. I've done this a long time ago but seem > to have forgotten the sequence. >
Michael- You taught me how to do this not long ago, remember??? <g> All I have, based on what you told me (and it works) is SCREEN=OFF in my config.fpw file and the form set to 2- Top Level. Are you sure you are accessing the right config.fpw file? Matt Jarvis Programmer/DBA King | Retail Solutions Electronic Privacy Notice. This e-mail, and any attachments, contains information that is, or may be, covered by electronic communications privacy laws, and is also confidential and proprietary in nature. If you are not the intended recipient, please be advised that you are legally prohibited from retaining, using, copying, distributing, or otherwise disclosing this information in any manner. Instead, please reply to the sender that you have received this communication in error, and then immediately delete it. Thank you in advance for your cooperation. _______________________________________________ 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.

