I am working with a table and have a table ptr declared as follows:

TableType* pT = FrmGetObjectPtr(Form,FrmGetObjectIndex(Form,TableId));

if I want to get the number of columns, I do the following:

Int16 ColumnCount = pT->numColumns;

but I get the following compiler error:

illegal use of incomplete struct/union/class 'struct TableType'

Same for pT->items, etc...

What does this mean?

Thanks




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