This is an old FPW program I converted using the functional conversion to VFP 9.
On the old program there is a edit box that is small. What I want to do is put a button on the screen to call another full-screen form to see a big edit box. The edit box is read-only. So I created a form, added a giant edit box to it, and put a button that says "OK". The button has in it's click method thisform.release. When I click it, instead of going back to the calling program, it closes the calling form too. ________________________________ From: Fred Taylor <[email protected]> To: ProFox Email List <[email protected]> Sent: Tuesday, March 20, 2012 7:19 PM Subject: Re: releasing form is releasing calling form too. How/where are you creating the second form? Does closing the first form do a CLEAR EVENTS? More details are needed as to how each form was executed. Fred On Tue, Mar 20, 2012 at 4:11 PM, Michael Madigan <[email protected]>wrote: > I'm releasing a form in VFP 9.0 using release.thisform and it's also > closing the calling form. What am i doing wrong? > > --- StripMime Report -- processed MIME parts --- > multipart/alternative > text/plain (text body -- kept) > text/html > --- > [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/CAJCBksrFaNiF1R+LomiABynEguOUm7sPkywm2w=ha0nbgom...@mail.gmail.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. --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ 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.

