Database properties set through LotusScript in R5 are lost when the property box is opened and closed in R6.06/28/2004 03:10 PM
Database properties which have been
set through LotusScript executed on an R5 client are lost if the database
property box is opened and closed on an R6 client. This applies to cases
where the database resides on an R5 server.
The issue can be reproduced as follows:
a) Create a new blank database on an R5 server.
b) Create an agent in the database containing the followng code:
Sub Initialize
Dim nsn As New NotesSession
Dim ndb As NotesDatabase
Set nbd = nsn.CurrentDatabase
ndb.Categories = "Test category"
End Sub
c) Open the database in an R5 client and execute the above agent.
d) Check the database properities. These should be as expected.
e) Open the database from an R6 client and check the database properties.
These should be still OK.
f) Now close and re-open the database properties box. The property set
by the LotusScript agent has been lost!
If you have the same problems please report this problem to IBM Lotus Support
to request a fix.
This page has been accessed 228 times.
Disclaimer
The weblog represent my personal views and comments and does not represent the views of my current or previous employers or customers.