I have a form with a few popup lists from which the user selects different
classes
of items (ie. each list is a different grouping of related items).

For example:
        List Grouping = Produce
                Items = Apple, Peach, Banana

        List Grouping = Dairy
                Items = Milk, Cheese, Butter

I want the user to be able to add to each of the lists their own items.
They may want to
include Oranges and Lemons to the Produce list.

What I envision is that the last choice of any list is the old "Edit
Category" item which would enable
them to Grafitti in a new item (or several new items).

So, I'm thinking the way to handle this is to have each list set up as a
category list and write the whole
thing to a new database.

I have been going through the "Dynamic List Content" thread in the archives
that appeared here over the last few days, and it seems as though I would
need to do a custom list draw procedure for each item in that List's
database.  Am I thinking along the right lines here?

It would be ideal to be able to select an "Edit Categories" -like item from
each of the lists, but I guess I can
have the user enter the new data items in another form (it's not like they
would have to do that task often).

Any feedback is appreciated.
John


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