DefaultTableWidth improvement suggestion
I appreciate the depth of the Table object is dependent on many factors but I wonder if the DefaultTableWidth could be improved
If you set this to a fixed value it honours it but I wonder if there could be a degree of auto width sizing
If you set it to -1 it should auto size the width of the table box based on the longest column name (only)
If you set it to -2 it should auto sizes the width of the table box based on the longest column name plus the column meta data text ie Char(25) etc etc
Ironically I've just noticed as well if you right click on the table header there is an Auto Fit Object Height but not one for the object width