I am trying to extract records from contacts database to my app. I was able to 
unpack all the records and fields from the database. However, when I tried to 
draw the fields using FieldMap id, it throws invalid pointer error

fieldNum = FieldMap[fieldIndex];

fieldNum is the row id of the table and fieldIndex is the field number of the 
contacts database. Somehow FieldNum does not match the fieldIndex. Could you 
please let me know where I can locate the FieldMap id for contacts database?

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

Reply via email to