>I can only draw one item to the list. Somehow > when I unpack, I only get the first record. > The database should be in good format because > the call to DmNumRecords(gF) returns a correct > count. here is the code:
Are you only getting one entry in the list displayed, or the same entry DmNumRecords(gF) times? If the latter, are you sure the database doesn't contain the same record multiple times? When you set up the list item, you need to tell PalmOS how many entries the list is supposed to have, and that determines how often and with what values MainFormListDrawItem() gets called. Unfortunately you don't show that part of your code (but I seem to remember from earlier messages that you were doing that). Oliver __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
