I want to make the labels left justified in a two-column Table; for example:

Employee Info
   Date of Hire          10/1/1999
   Salary           50000
Company Info
   Office Location  San Francisco
   Manager          John
(these labels can expand to more than one Palm screen)

I am currently using
     TblSetItemStyle (table, row, editLabelColumn, labelTableItem);
     TblSetItemPtr(table, row, editLabelColumn,
appInfoPtr->fieldLabels[FieldMap[fieldIndex]]);
to show the labels from the Application Info Block.

Thanks in advance.


-Elizabeth



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to