Jerry Foote wrote on 2011-04-04: > Can I call another form from the destroy event of a form without > creating any problems. > > Thanks Jerry >
Jerry, It would be better to use the UNLOAD event. If the Form you are launching has its own Error event it may stay active and cause your program to throw a C0000005 when the called form errors. That is if the called form does not have an Error event. Tracy Pearson PowerChurch Software _______________________________________________ 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/000301cbf2ed$a845aaa0$f8d0ffe0$@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.

