> From: Todd Cary
>
> Lets say I have 4 fields that contain information from a DB.  The user
> is put there by pressing the New button or tapping on the item in the
> List Table.
>
> I want a global variable, CurrentField, but I do not know how to
> initialize it to the first field the user is put into.  Then if the user
> enters a NextField in Graffiti, I want to put the user into the field.
>

The most common way this is handled is to open a form to view the data.
When the form is initialized, you initialize the contents of the fields.
And you can save your global CurrentField at that time.  When you handle
vchrNextField and vchrPrevField, change CurrentField when you change to the
next/previous field.


-- 
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