Salesforce.com - Visualforce 和 ActiveX
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您需要在某个地方托管 .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.
你用什么浏览器来测试?如果是 IE6,可能需要您启用 ActiveX 控件。
如果您转到“工具”->“Internet 选项”->“安全”选项卡。单击“自定义”并确定任何消息。然后向下滚动到“编写 Active X 控件脚本……”。应该启用此功能。'
What browser are you using to test? If IE6 it may need you to enable the ActiveX controls.
If you go to Tools->Internet Options->Security Tab. Click ‘Custom’ and OK any message. Then scroll down to ‘Script Active X Controls ….’. This should be enabled.'