On 08/16/12 09:37, Gary Jeurink wrote: > Is > the READ EVENTS & CLEAR EVENTS mainly to compile to .exe?
READ EVENTS and CLEAR EVENTS are mainly to start and stop non-modal windows. If you run from VFP you don't need them because you can just type QUIT in the command window. From an .exe there's no command window you need them. If your windows are all modal (most of mine are) then you don't need them either, because you exit from the window by Release()ing it. Yes, you usually find out you need them when you compile the .exe, but they're really needed because of the non-modal form, not because of the .exe. Dan Covill _______________________________________________ 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.

