Hello,
I have downloaded the "IBM(R) Lotus(R) Symphony(TM) v3.0 Software Development Kit for Lotus Notes 8.5.2" and although I'm on Lotus Notes 8.5.1, the things I wanted to do were working so far.
My problem: I'm creating a table with 6 columns dynamically, but I'm not managing to change the width of the columns. The documentation has this as an example:
This example sets and displays the width of the second column.
Dim tables As SymphonyTables Set tables=document.Tables Dim col As SymphonyTextTableColumn Set col=tables.item(1).Columns.item(2) col.Width=500& Print column.Width
But if I type the same code, the only property for "col" is Application.
Can anybody please give me some help?
Thanks in advance