Modify Multiple Views - HELP

I need to be able to change the Options, Declarations and Initialize property of a load of views and it is painful doing it one by one. The values need to be the same for each one and there are about 90 views. If anyone knows any third party tool, or a way to do it in script, you’d make me very happy!

Thanks in advance, Em.

Subject: Modify Multiple Views - HELP

TeamStudio “Configurator” may be able to do what you want: http://www.teamstudio.com

Subject: RE: Modify Multiple Views - HELP

I don’t have code already written, but you can certainly write code to get a view, get its universalID, use that to open the view design note as a NotesDocument, and adjust the values of its items, including the item $ViewScript which contains the view event source. After that you would need to recompile all LotusScript (tools menu in Designer).

Do this first on a test copy, I hope I don’t need to say.

For the future, consider putting this code in a script library so you don’t have to duplicate it all over the place; future maintenance will be easier.

Subject: Modify Multiple Views - HELP

not a chance. get those copy and pasting fingers out!