Probably a security issue. Which SOAP object? Are you using SP-1? Is the
form fully trusted? Do you know what line of code is throwing the error?
(Attach the debugger & set a breakpoint before clicking the problem button.)
--Matthew Blain
http://tips.serriform.com/
> Hi,
>
[quoted text clipped - 12 lines]
>
> Lee
Lee Newson - 26 Jul 2004 09:44 GMT
I am using Infopath SP-1 Preview. The line of code it falls over on is
this:
var objSoapClass = new ActiveXObject("MSSOAP.SoapConnector30");
so it is having a problem creating the new instnace of a soap object. This
line is first line of code to get run once the form is going so there are no
preceeding functions etc.
"Matthew Blain (Serriform)" <matthewblain@nospam.serriform.com> wrote in
message news:%23JTIEROcEHA.2908@TK2MSFTNGP10.phx.gbl...
> Probably a security issue. Which SOAP object? Are you using SP-1? Is the
> form fully trusted? Do you know what line of code is throwing the error?
[quoted text clipped - 21 lines]
> >
> > Lee
Lee Newson - 26 Jul 2004 10:14 GMT
sorry the line actually reads
var objSoapClass = new ActiveXObject("MSSOAP.SoapClient30");
> I am using Infopath SP-1 Preview. The line of code it falls over on is
> this:
[quoted text clipped - 34 lines]
> > >
> > > Lee