>     TblSetRowUsable(tblP,0,true);
>         TblSetColumnUsable(tblP,0,true);
>            TblSetItemStyle (tblP, 0, 0, labelTableItem);
>               TblSetItemPtr(tblP,0,0,DBName);
>     TblRedrawTable(tblP);
> 
> tblP is TablePtr;

You have to tell the TblManager that the rows values have changed.
Under some circumstances this is done automatically, but you
might have to call TblMarkRowInvalid or TblMarkTableInvalid in your
setting.

-- 
Regards,
Mit freundlichem Gru�,
        Holger Klawitter
--
Holger Klawitter                                    +49 (0)251 484 0637
[EMAIL PROTECTED]                            http://www.klawitter.de/



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