简体   繁体   English

Salesforce.com-Visualforce和ActiveX

[英]Salesforce.com - Visualforce and ActiveX

I have a Visualforce page through which I am trying to access a SDK. 我有一个Visualforce页面,试图通过该页面访问SDK。 It is done using ActiveX control. 这是使用ActiveX控件完成的。 The VB + JS script that I have runs fine when it is a normal HTML page residing on my desktop. 当它是驻留在桌面上的普通HTML页面时,我运行的VB + JS脚本运行良好。 However the same code when incorporated in Visualforce does not work. 但是,将相同的代码合并到Visualforce中后将无法正常工作。 Does running ActiveX control require uploading any kind of files to Static Resource? 运行ActiveX控件是否需要将任何类型的文件上传到静态资源? My code need not be a Visualforce. 我的代码不必是Visualforce。 If there is any other way I could integrate ActiveX with Salesforce, even that would be fine. 如果还有其他方法可以将ActiveX与Salesforce集成,那就可以了。

Thanks in Advance. 提前致谢。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM