On 03/20/12 16:25, Michael Madigan 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. > Mike:
Not at all sure, but maybe the "OK" dialog box needs to be modal. (WindowType = 1). Dan _______________________________________________ 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.

