Make sure you've set the column to usable.
Also, using labelTableItem will cause your string to be drawn with a
trailing colon. I'm not making this up! You'll want to use a custom draw
routine to get around this silly limitation.
BTW, your subject for your question is pretty generic -- it would be better
to use something more descriptive of your problem in the future.
"Mr. Somnath Kulkarni" <[EMAIL PROTECTED]> wrote in message
news:16100@palm-dev-forum...
>
> Hi,
> Here is a small problem I am facing. Pointers welcome.
>
> 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);
> TblSetItemStyle (tblP,0, 0, labelTableItem);
> TblSetItemPtr(tblP,0,0,DBName);
> TblRedrawTable(tblP);
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/