Let's say that I have a program with multiple screens and in each screen
there are multiple fields. What is the best way to save the data entered
int he fields so when I go back to a given screen the previously entered
data is shown in the right locations?
In Ole's <[EMAIL PROTECTED]> website, I looked at sample 5 and it
seems to make what I want to do. What he did was create a structure
containing all data used in all fields, then pointers for the appropriate
fields on each page, and then seems to make the data be loaded into the
field, using the pointers, whenever a given page is reloaded. I guess my
problem is these later steps. Could anyone explain me, assuming this is
the best solution? If not, what would you suggest?
Incidentally, I am using codeWarrior
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html