Hi,
    Thanks for the Help, but it doesn't seems to work.

   I just want to display a CharPtr on 0th row 0th column of a table,
    
    I am using the following code but it is not helping,
    
    TblSetRowUsable(tblP,0,true);
        TblSetColumnUsable(tblP,0,true);
           TblSetItemStyle (tblP, 0, 0, labelTableItem);    
              TblSetItemPtr(tblP,0,0,DBName);    
    TblRedrawTable(tblP);     

tblP is TablePtr;

    please help




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

Reply via email to