At 07:27 AM 11/29/2000, Bulmer, Russell wrote:
>To hide a table, try using TblEraseTable().

That will erase the table, but if you call FrmDrawForm, it'll draw the table again. 
That means you'd need to carefully handle the frmUpdateEvent in such a way as to avoid 
calling FrmDrawForm. I suggest using TblSetRowUsable to set all the rows to be 
unusable. This is normally done for all the unused rows off the bottom of the screen. 
For example, if you enter a very long to do item that takes 5 lines, leaving room for 
only 6 more to do items, the table will still have 11 rows, but only the first 7 will 
be usable.
--
Peter Epstein
Palm Inc. Developer


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