On Aug 11, 2006, at 9:13 AM, Lennox Jacob wrote:
But if all EditFields in all Windows of this application will have
the same behavior, then using Extends is a fine way to handle this
function.
What about if there is only one window and only some (30) editfields?
Like I said, I would create an EditField subclass and add the code to
the TextChanged() event (or LostFocus() but TextChange() seems like
it would be better). This would require you to change the Class for
each EditField in the Window and that might be a little tedious.
Another option is to make all of the Window's EditFields into a
Control Array, and then just add the code into the TextChanged()
event there.
_______________________________________________
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>