J
Joshua
Form in Question:
http://www.jkfweb.com/files/Sale - Early Term RFC.dot
Ok so I developed this form for the company based on there needs.
They rolled it out and now come to find out the legal department needs
to be able to add tracked changes or comments for changes they make.
Apparently they could do this on there old form which was basically a
table without form fields and was complete yuckiness.
I've looked for some obvious methods and found that the WdProtectionType
constants are:
wdAllowOnlyComments
wdAllowOnlyFormFields
wdAllowOnlyReading
wdAllowOnlyRevisions
wdNoProtection
None of these will suit the need to have the form locked except for
comments and forms fields.
Is there some trick I'm missing or it just not possible?
Thanks,
Joshua
http://www.jkfweb.com/files/Sale - Early Term RFC.dot
Ok so I developed this form for the company based on there needs.
They rolled it out and now come to find out the legal department needs
to be able to add tracked changes or comments for changes they make.
Apparently they could do this on there old form which was basically a
table without form fields and was complete yuckiness.
I've looked for some obvious methods and found that the WdProtectionType
constants are:
wdAllowOnlyComments
wdAllowOnlyFormFields
wdAllowOnlyReading
wdAllowOnlyRevisions
wdNoProtection
None of these will suit the need to have the form locked except for
comments and forms fields.
Is there some trick I'm missing or it just not possible?
Thanks,
Joshua