Hello all
I have a PDB with multiple columns. When navigating through the records, it
always shows the first field in my table or text fields. But I also need to
show the other columns in my table and other text fields.
If I have a data struct such as the one below with a PDB of the same format,
how would I put field3 in the 2nd column of my table or into a specific text
field?
typedef struct
{
const char company [20];
const char field1 [20];
const char field2 [20];
const char field3 [20];
} CompanyDS;
I appreciate any help
thanks Milan
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/