Hello,
I'm using
XDocument.UI.ShowModalDialog("myform.htm",myparam);
to create a popup in Infopath and sending the parameters. (via JScript Code).
In the "myform.htm" I'm using
var myvar = window.dialogArguments.myparam;
That was working fine for many years.
But in the last week I installed the new InternetExplorer 8 and since that time I get the following Error:
"window.dialogArguments.myparam is null or not an object"
I haven't made any changes in the Infopath Form, the only thing I have done is that I installed the InternetExplorer 8.
Please help!
PS.: If I debug the Code with the Microsoft Script Editor, I will be able to see the Parameter in "window.external.dialogArguments" but I'm not allowed to access it.