Hi,
i have a table as:
code number        ItemList       Quantity  \
                                             |
                                             > 10 rows
                                             |
                                            /

and set columns as:

TblSetItemStyle(tabla,i,0, textTableItem);

TblSetItemStyle(tabla, i, 1, popupTriggerTableItem);
TblSetItemInt(tabla,i,1, i%3);
TblSetItemPtr(tabla,i,1, list);

TblSetItemStyle(tabla,i,2,textTableItem);

and the load/save procedures as example of bible book (chapter 11)
changing the quantity of columns of text.

The program crash when draw the form in the FormInit, i suposse what the 
initialization of the array of text not work right.
Thanks


--
Open WebMail Project (http://openwebmail.org)

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to