I am creating new columns using the CreateColumn method of the NotesView class. The columns are created succesfully, however I need totals for the new columns. Does anyone know how I can total these new columns in lotusscript. I can’t be going into the designer to total the columns manually.
Subject: CreateColumn and Totals?? Iris? IBM? Anyone??
I had the same kind of problem when I tried to set the property “Display values as icon”. For some reason that is completely unknown this property is read-only???
I solved my problem by creating a hidden column as first column in the view. That column I prepared exactly as I wanted it to be, but not the formula.
Then I used the CopyColumn method and set the formula afterwards.
N.B. leave the Programmatic name blank!!! Otherwise you get the old R4 problem of every column showing exactly the same, for the programmatic name property is also read-only…