At 02:59 PM 8/20/2003, N wrote:
Is there any generic way to navigate between the
fields on the form.

I was to move to next field when "Tab" key is press on
my form or "down" key is press from 5-way Navigation.

You need to intercept the vchrNextField and vchrPrevField key codes and use them to change field focus. A common way is to make a table that can be used to reference your current field's object ID to the next and previous field object IDs.


--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com



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

Reply via email to