In article <90347@palm-dev-forum>, [EMAIL PROTECTED] says... > > In one of my apps, the "next field" stroke works fine to move to the next > field. In another app, it does nothing. I can't see any significant > difference. > > Does anyone know the rules for automatic "next field" capability? I'm using > POL, but I don't think that's at issue.
There is no "automatic" next field functionality. Any app that uses multiple fields should check for the nextField and prevField characters and implement their own focus changing code. CForm::OnKeyDown in POLForm.cpp implements code for POL-managed forms to handle vchrNextField and vchrPrevField, so if you're using POL, you shouldn't need to do anything special for these. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Get help at http://palmoswerks.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
