Post date: 2007-06-04 12:16Some times the most trivial things gets complicated in Notes
This strange feature/behavior was at leaste new to me.
If you:
- open a document in categorized view with a Notes client
- change the category,
- save the document and put it in read mode (ctrl + e)
Result: Notes will open the next document in the view and not the document you were editing. This is also true for script "uidoc.EditMode = false". Some how the uidoc is associated with the nbr in view, but the parentView of the document is nothing.
In my case the workaround is to put the action code in an agent that after changing category saves and closes the ui document and then reopens the doc with the workspace.EditDocument method.
I'm currently working on a R6.5 client. Is this true for R7 and R8?
|