I am using ASP to create word object for spell checking purposes.
The object works sometimes and I've noticed, it depends on where I put it in the page. If I have the code at the top, it runs perfectly. However, if I have it in the middle around If statements, it runs incorrectly and gives me the following error: "The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
"
The if statement basically checks to see if a form is submitted or not.
Would anyone know why it works sometimes but not others?
Thanks in advance,
-Tim
The object works sometimes and I've noticed, it depends on where I put it in the page. If I have the code at the top, it runs perfectly. However, if I have it in the middle around If statements, it runs incorrectly and gives me the following error: "The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
"
The if statement basically checks to see if a form is submitted or not.
Would anyone know why it works sometimes but not others?
Thanks in advance,
-Tim