P
Pat
Hi. I've read several threads here where there are issues with the
form code accessing the task pane code, but nothing about the task pane
code not being able to access data across domains.
I have a fully trusted form that is installed on a server. When I open
the form, the jscript in script.js works fine (accessing the database),
but the task pane code gets an error about security settings on this
computer prohibit accessing data on another domain.
I thought that was what fully trusted forms were supposed to avoid? Is
there something else I need to do other than make the form fully
trusted?
I am using ActiveXObject("ADODB.Connection") in javascript code in the
task pane html.
Thanks!
Pat
form code accessing the task pane code, but nothing about the task pane
code not being able to access data across domains.
I have a fully trusted form that is installed on a server. When I open
the form, the jscript in script.js works fine (accessing the database),
but the task pane code gets an error about security settings on this
computer prohibit accessing data on another domain.
I thought that was what fully trusted forms were supposed to avoid? Is
there something else I need to do other than make the form fully
trusted?
I am using ActiveXObject("ADODB.Connection") in javascript code in the
task pane html.
Thanks!
Pat