Awesome, that's exactly what I needed to get started. Appreciate it!
Jason
"Dave Johnson" <[EMAIL PROTECTED]> wrote in message
news:36866@palm-dev-forum...
>
> case keyDownEvent:
> if( eventP->data.keyDown.chr == vchrNextField ||
> eventP->data.keyDown.chr == vchrPrevField ||
> eventP->data.keyDown.chr == chrHorizontalTabulation )
> {
> // figure out where the current focus is,
> // find the next or previous field,
> // switch the focus and select all the text
> handled = true;
> }
> break;
>
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/