How Can specify a column title, the new column title, and a new column formula one time directly

The views here needs to be changed but instead of doing it manually because there are a lot of them, I want you to create a tool where:

  1. I can specify a column title, the new column title, and a new column formula

  2. The tool will go through the views of a database find the specified column title (ignore columns that have no column title), change it to the new column title and change the column formula to the new column formula

  3. If the new column title is specified but not a new column formula, then only the column title is changed

  4. If the new column formula is specified but not a new column title, then only the column formula is changed

  5. I also want to be able to specify a column title, click a button, and the tool will show the formula for that column. This is so I can find out if a particular column’s formula is consistent all throughout the database.

This is Urgent.

Subject: How Can specify a column title, the new column title, and a new column formula one time directly.

With regards to your “Urgent” posting:

http://www-10.lotus.com/ldd/nd6forum.nsf/0/410171d83ddba6d485256df100832aba?OpenDocument

With regards to updating colmns through code, you might want to refer to this page:

http://www-12.lotus.com/ldd/doc/domino_notes/6.5.1/help65_designer.nsf/f4b82fbb75e942a6852566ac0037f284/2cf73090f1cd196985256e00004af733?OpenDocument

Looks specifically for IsFormula, Formula and Title properties of the NotesViewColumn class