At 3:51 PM -0500 3/17/06, Joshua Demori wrote:
In class_newEdifield I create lets say 5
each one lets say when gotFocus would pass a reference of itself to
the window_test.activate function.
how do I obtain this reference?
"me" is the reference to the control whose event is executing. So
you'd simply pass me. In the subclass code, you could also use
"self" ("self" is the object that owns the code executing -- in the
case of a control in a window, that'd be the window, not the control).
Best,
- Joe
--
Joseph J. Strout
[EMAIL PROTECTED]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>