ActiveXObject not working in Apps

Started by scw2wi, March 10, 2016, 11:32:02 PM

Previous topic - Next topic

scw2wi

I'm trying to send data from an IMatch App to Excel,
but the following line gives the Error: Automation server can't create object.

var objExcel = new ActiveXObject ("Excel.Application");

Since I couldn't find any example where ActiveXObject is being used,
maybe this code is not working in Apps together with IE11,
although I have enabled ActiveX (save and unsave) in my browser settings for local intranet.

Walter

Mario

Probably this is prevented by the security inside the browser. Search the web for examples to see if this is possible at all. I've never tried this so I cannot help you here.
-- Mario
IMatch Developer
Forum Administrator
http://www.photools.com  -  Contact & Support - Follow me on 𝕏 - Like photools.com on Facebook

scw2wi

Yes I made a search and found many issues with ActiveX in Combination with IE11.
I hoped that someone had ever used this feature an knows more about it.
If not I will find another solution.

Walter