Is it possible to resize the width of a column in a table?
I currently have a form with a table in it that spans the entire width of the page. What I want to do is, when a button is clicked, have one of the columns shrink in width so that there is room for a new column to be added to the table. I have tried the following code to a button in the form:
form1.quoteTable.Table.Header.Cell3.w = 2.1993;
but it currently has no effect when I click it.
The table starts with 6 columns, has a header and a footer. The footer has two columns (five of the columns are merged in the footer).
Any assistance is appreciated.