Never did any "functional conversions", but if I remember correctly, what you've got is a formset. Bad news, they never do what you expect.
Try creating a simple case of a form calling another form, and then closing the second form. Bet it doesn't close the first form. Fred On Tue, Mar 20, 2012 at 4:25 PM, Michael Madigan <[email protected]>wrote: > 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/cajcbksqvkb5v_tzfeeakaj17ycqdq7c_ynvyyo0fz6ten-z...@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.

