Example to create a new view using DBdesign?

Sorry, but I’ve looked everywhere (R4/5, R6 forums, searchDomino, google, etc.) for sample LotusScript for creating a new view design element (e.g., using DBdesign). Can anyone post an example or refer me to any documentation about implementing DBdesign? Thanks!

Subject: Example to create a new view using DBdesign?

Did you check the ‘CreateView’ method under “NotesDatabase” class in the ND6 Designer Help database?

Subject: RE: Example to create a new view using DBdesign?

Thanks, but I need to edit/change columns. For over a decade, I’ve been asking Lotus/Iris for “shared columns” (like shared fields). I see so many Notes developers wasting time re-editing every view that uses the same column when that column changes. Instead, I’d like to write my own utility (ideally avoiding C API) in Lotusscript.