如何在 Microsoft 中许可 ActiveX 控件 Access/VBA
How to license ActiveX control in Microsoft Access/VBA
在过去的几个月里,我一直在开发一个使用 ActiveX Treeview 控件的 VBA 软件。直到今天突然出现以下错误时,我在使用控件时一直没有问题:
You don't have the license required to use this ActiveX control.
You tried to open a form containing an OLE object or an ActiveX control or you tried to create an ActiveX control. To obtain the appropriate license, contact the company that provides the licensed OLE object or ActiveX control.
如何获取和使用这些控件的许可证?
这是一个已知错误,由 CommonControl 控件的更新引起。
它将在即将发布的更新中如前所述here修复。
在过去的几个月里,我一直在开发一个使用 ActiveX Treeview 控件的 VBA 软件。直到今天突然出现以下错误时,我在使用控件时一直没有问题:
You don't have the license required to use this ActiveX control.
You tried to open a form containing an OLE object or an ActiveX control or you tried to create an ActiveX control. To obtain the appropriate license, contact the company that provides the licensed OLE object or ActiveX control.
如何获取和使用这些控件的许可证?
这是一个已知错误,由 CommonControl 控件的更新引起。
它将在即将发布的更新中如前所述here修复。