To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=42726
------- Additional comments from [EMAIL PROTECTED] Wed Mar 30 01:25:38 -0800 2005 ------- While reproducing this I found two issues. First, the current oleautomation bridge contains a bug that prevents the use of "old" components which use idl properties. Nowadays, properties are typically idl methods. That is there is a get and set method. I submitted issue 46273 for this problem. And second, the RSComm acts as an OLE control and not as pure automation server. That is, it must be instantiated as such. The automation bridge only allows to create automation servers. See MSDN knowledge base entry Q146120. It appears that the RSComm control would have to override BOOL CMyOleControl::IsInvokeAllowed (DISPID) . However, I do not know if this effects other functionality of the control. JL->SW: I recommend to close this issue or write an RFE. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
