Hi there,
Recently a user reported that when he clicks on "File", "Preferences", then "Contacts" he gets the message:
Type mismatch
On Module: PREF_QUERYOPEN
On Line: 86
On Method: QUERYOPEN
I realised that I get the same error message when I do this...
I also get the error when I open my personal contacts and I click on "More", then "Preferences"
I am currently using: IBM Notes 9, Social Edition, Release 9.0.1FP1, Revision 20140404.1000-FP1 (Release 9.0.1FP1), Standard Configuration
I tried replacing the design of my names.nsf but I still get the problem.
Using the debugger, I found that the error was caused when opening the form "(PersonalAddressBookProfile) | DirectoryProfile".
The "QueryOpen" of this form triggers the function "Pref_QueryOpen" in the script library "Preferences" in my names.nsf.
I added a few "Print" statements there and found that I was getting a "desktopPolicyDoc" but it does not have the item "$DPLocked"
So I tried deleting all policies from the view ($Policies) in my names.nsf and re downloading them but I still get the error message.
Any help would be very welcome.
PS: I put the same "Print" statements on a colleague's "Pref_QueryOpen" (she is supposed to have the same policies as me)
She does not get the error because her "desktopPolicyDoc" has the item "$DPLocked"
She is using: IBM Notes 9 Social Edition, Release 9.0, Revision 20130309.0942 (Release 9.0), Standard Configuration