开发者

Salesforce.com - Visualforce and ActiveX

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.


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.


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.'

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜