> static void GiveTableColumns(Word numColumns)
> {
> TablePtr table = (TablePtr) GetObjectPtr(MainXTable);
> Err error;
>
> >> Did you make sure that savedOriginal is initialised to false when the
> program starts ?
> if (!savedOriginal) {
> savedOriginal = true;
> originalAttributes = table->columnAttrs;
> }
Yes, savedOriginal was init to false; that isn't the problem. However, I've
decided not to go forward with this attempt. Bozidar's alternative method
works well and is easy (by changing number of visible columns, not number of
actual columns).
---- --- -- -
Matthew D Moss
[EMAIL PROTECTED]