From: "Matt Mason" <[EMAIL PROTECTED]>

> I am trying to use TblSetColumnUsable to mark a colmn usable but the
> function only calls out a row, so how can it possibly know which coulmn
> should be usable?  Am I just using this wrong?

Your question appears confusing to me.  What do you mean by "the function
only calls out a row"?  The prototype for TblSetColumnUsable is:

void TblSetColumnUsable( TableType *tableP, Int16 column, Boolean usable );

If, for example, you want column 3 (the fourth column) to be usable:

TblSetColumnUsable( tableP, 3, true );



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