D
dariusli
I have to protected my document, and the users have to input their
information into some formfields. Everything works well, but some users asked
that how they could change the font and the style of the text that they
inputted in the formfield.
The protected code is:
thisDocument.protect wdAllowOnlyFormFields,,pwdStr
Now how can the users change the font style with document protected. ( if
necessary, I can change the protect method.)
information into some formfields. Everything works well, but some users asked
that how they could change the font and the style of the text that they
inputted in the formfield.
The protected code is:
thisDocument.protect wdAllowOnlyFormFields,,pwdStr
Now how can the users change the font style with document protected. ( if
necessary, I can change the protect method.)