Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next
Subject: COM APIs not working in Turkish location
Feedback Type: Problem
Product Area: Notes Client
Technical Area: Error Message
Platform: Windows
Release: 8.5.2
Reproducible: Always

If you go to "Control Panel/Regional and Language Options/Standards and formats" and you change it to "Turkish" then if you code this little VBS script it fails:

Dim uiWks As Object
On Error GoTo errorHandler
Set uiWks = CreateObject("Notes.NotesUIWorkspace")
Dim currDoc As Object
Set currDoc = uiWks.CURRENTDOCUMENT
Dim text As String
text = currDoc.FieldGetText("EnterSendTo")
MsgBox text

Then you compose a new MEMO and run the above script, the error message appears saying: "Object doesn't support this property of method".

Doing the same in C++ I see that when calling IDispatch::GetIDsOfNames(IID_NULL, &szMethod, 1, LOCALE_USER_DEFAULT, &dispID);
it also fails. I tried changing LOCALE_USER_DEFAULT to other possible values but it's the same.

So I think there is a problem in the nlsxbe.dll, particularly in the IDispatch::GetIDsOfNames implementation of NotesUIDocument.

Thanks
Pablo Glombovsky


Feedback number WEBB8D4H6E created by ~Rex Nimtooplopjip on 01/14/2011

Status: Open
Comments:





Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS