> Is there a way to check if a input field has changed (something like the > windows OnChange event).
I dont't think something like that exists, but you can catch the keyDownEvent in your form handler, get the field that as the focus at this time using FrmGetFocus, and suppose that this field has changed. Pascal -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
