nizi wrote:
> 
> Hi!
>   I have a form with 2 fields .
> when i move from one text field to the other the focus is changed.
>
> Can any one tell me what event has to be triggered. Is there  any function like
> FrmLoseFocus or something like that
> that can be used when the focus is lost.
> Any kind of help is appreciated.

I am not quite sure what you want, but probably you mean one of the
following:

If you want to set the focus to another field, just use FrmSetFocus -
which takes care about the other field losing the focus.

If you want to be notified if the user taps on the other field, you
can handle the fldEnter Event.

With kind regards / Mit freundlichem Gruß
    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