T
Trent Shirley
My company is beginning to roll PCs out with Service Pack 3 for Office 2000
and forms are beginning to fail due to the new security.
Here is my problem.
We have a form with a lot of code behind it. The form originally had the
form definition sent with it so once submitted those who opened the form
would not be able to use the built in buttons as the script would not
execute because the form was now one off'd.
This was easy to fix by unchecking the box to send the form definition along
with the posting of the completed form.
Here is where the problem begins. The form gets submitted by one group and
it posts to an Outlook folder. Another group picks up the form, the code is
still working as it is not now one offed, they make their changes and then
click FORWARD. This unfortunately launches it as a new form, it gets one
off'd and then the scripting no longer works.
How can I stop the form from becoming one off'd when they click Forward to
send it to the final area/outlook folder?
Would I have to publish a second copy of the same form in the other folder
and change the code to automatically populate a new instance of the
published form in that folder? It seems like a lot of work and that there
should be a simpler solution I just have not seen yet.
and forms are beginning to fail due to the new security.
Here is my problem.
We have a form with a lot of code behind it. The form originally had the
form definition sent with it so once submitted those who opened the form
would not be able to use the built in buttons as the script would not
execute because the form was now one off'd.
This was easy to fix by unchecking the box to send the form definition along
with the posting of the completed form.
Here is where the problem begins. The form gets submitted by one group and
it posts to an Outlook folder. Another group picks up the form, the code is
still working as it is not now one offed, they make their changes and then
click FORWARD. This unfortunately launches it as a new form, it gets one
off'd and then the scripting no longer works.
How can I stop the form from becoming one off'd when they click Forward to
send it to the final area/outlook folder?
Would I have to publish a second copy of the same form in the other folder
and change the code to automatically populate a new instance of the
published form in that folder? It seems like a lot of work and that there
should be a simpler solution I just have not seen yet.