Create view with ls

i will create a lot of views with lotusscript. in this time i use the notesview class.

my problem: i need to create views with columns that contains the totals flag with lotusscript.

when i use the createColumn method the view was build exactly, but without totals. when i use the copycolumn method i can not modify the formula for the view und the column.

Have anyone an Idea? Sorry for my bad english…

Greets from Germany

Subject: RE: create view with ls

The only way you’re going to manage this with “pure” LotusScript is by concocting some DXL and then importing it.

You could use the C API (or maybe the C++ API) but that is a pain.