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!
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.