On Sep 19, 2006, at 9:28 AM, Michael Hawksworth wrote:
If you are using DoDefaults I suggest using NoDefault in the methods first to stop some of them running twice (when you call doDefault and when the method closes). This seems to happen to some of the system methods like unload.
This is not correct. DODEFAULT() only executes class code written by the developer. NODEFAULT prevents the built-in VFP-level behaviors from happening (e.g., pressing a key while focus is on a textbox adds the character represented by that key to the textbox's value).
-- Ed Leafe -- http://leafe.com -- http://dabodev.com _______________________________________________ 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 ** 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.

