I use the following lines in a loop to add columns to a table.
COLUMN="
COLUMN=CONTRACT_ITEM
COLUMN=STYLE1
COLUMN=15
COLUMN=80
CALL SEND_MESSAGE(@WINDOW:".PERIOD_TABLE","INSERTCOL",-1,COLUMN)
The manual says the 4th field is the column width in pixels.
Using this create a column of twice as wide as specified, ie 160 pixels and not the 80 pixels specified.
Is this a bug/known problem, or is there a reason for it?
Thanks