ExternalApplication object

M

ming

Hi, I tried to use ExternalApplication object to open
another form, like this:

var o=new ActiveXObject("InfoPath.ExternalApplication");
o.open ("Chemistry.xsn");

But it gave me an error: Microsoft JScript runtime error:
Automation server can't create object.

Please help. Thanks.
Ming
 
Top