> How do I know when an edit field looses its focus?  I need to
> programmtically save what user just typed in when it loose the focus.

There is no fldExitEvent, but you can do it manually if you consider
the situations where a field can lose its focus:

Normally a field loses focus if you do one of the following things:

* you focus another field (catch fldEnterEvent)

* go to another screen (catch winExit/frmClose)

* mess with the focus manually with Fld*Focus, Frm*Focus, Tbl*Focus
  (you can hook in a notifier there)

* can't think of other events ...

I wouldn't use penDown as frmClose nad *Focus do not neccessarily
come after a penDown.

HTH,
    Holger Klawitter
--
Holger Klawitter
[EMAIL PROTECTED]                             http://www.klawitter.de


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to