You can use TblSetCustomDrawProcedure function.
Then, to make the columns display, we have to mark them usable:
    for (i = 0; i < kNumColumns; i++)
        TblSetColumnUsable(tableP, i, true);
I hope this helps.
S. Santoso

<[EMAIL PROTECTED]> wrote in message news:41964@palm-dev-forum...
>
> hi!
>
>    I wanted to clarify something.
> TblSetItemInt(table,row,col,value);
>    sets the numeric value in the specified row and column.
>
> What is  the value is a character.
> Then which function do we have to use.
> I want to store a string in an uneditable colomn.
>
>      Thank You
>
>
>



-- 
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