INFO: Cannot Access UserConnection Properties from Add-In

Last reviewed: July 14, 1997
Article ID: Q168278
The information in this article applies to:
  • Microsoft Visual Basic Learning, Professional, and Enterprise Editions for Windows, version 5.0
  • Microsoft Visual Basic Control Creation Edition for Windows, version 5.0

SUMMARY

It is not possible to obtain property information for the UserConnection object from a Visual Basic Add-In. The one exception is the name property. All other property values are not available.

MORE INFORMATION

This situation is the result of the current implementation of the UserConnection ActiveX Designer. Object models are optional for ActiveX Designers and may or may not be implemented by the developer. In the absence of the relevant object model, as is the case with the UserConnection, the only property values available to an Add-In are those that appear in the properties window. Microsoft is currently reviewing this issue with regard to the UserConnection and will post additional information here when it becomes available.


Additional query words: user connection
Keywords : vb5all kbinfo
Version : 5.0
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: July 14, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.