ooh, I do set the pointer to NULL after delete it. There is a self macros define to do that. In fact, I call this macros to delete a pointer anywhere.
internalDelete(ptr) if (ptr) { delete ptr; ptr = 0; }
--
For information on using the ACCESS Developer Forums, or to unsubscribe, please
see http://www.access-company.com/developers/forums/
