Sergio Carvalho <[EMAIL PROTECTED]> wrote:

> I need to find out when does the content of a Field change. However, as
> good as fldChangedEvent sounds, it doesn't do anything close to tracking
> field contents change. Is there an OS event that indicates field content
> changes?
> 
> The alternative, of course, is to track keyDown events, check if fields
> have the focus, and then post appropriate events. However, I was
> expecting a more elaborate event model was already built.

I don't know of an event, but you can find out whether a field has 
changed since your app wrote its content (i.e. the user made some 
change to it) using FldDirty().

--
Roger Chaplin
<[EMAIL PROTECTED]>

Reply via email to