Salesforce.com - Visualforce 和 ActiveX

发布于 2024-09-18 14:14:29 字数 245 浏览 6 评论 0原文

我有一个 Visualforce 页面,我试图通过该页面访问 SDK。它是使用 ActiveX 控件完成的。当我的 VB + JS 脚本是驻留在我的桌面上的普通 HTML 页面时,它运行良好。然而,相同的代码在合并到 Visualforce 中时不起作用。运行 ActiveX 控件是否需要将任何类型的文件上传到静态资源?我的代码不必是 Visualforce。如果有任何其他方法可以将 ActiveX 与 Salesforce 集成,那么也可以。

提前致谢。

I have a Visualforce page through which I am trying to access a SDK. It is done using ActiveX control. The VB + JS script that I have runs fine when it is a normal HTML page residing on my desktop. However the same code when incorporated in Visualforce does not work. Does running ActiveX control require uploading any kind of files to Static Resource? My code need not be a Visualforce. If there is any other way I could integrate ActiveX with Salesforce, even that would be fine.

Thanks in Advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

始于初秋 2024-09-25 14:14:30

如果您需要在某个地方托管 .cab(或 .ocx)文件,那么您可以将其放入静态资源中,并从 VF 代码中引用它。

If you need somewhere to host the .cab (or .ocx) file, then you can put that in a static resource, and reference that from your VF code.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文