G
Gabe
I'm using Outlook 2003. Is it possible for more than one property to be set
on a field in a form? For example I create a text field on a custom form, I
set the property to value so I can input text, in VB script I code so that on
the send event that field will lock and the text I input cannot be changed by
the recipient. I send the custom form and the text goes through fine but the
field is not locked the recipient is able to edit it. So I change the
property value to Locked, I can now get the code to change the field to
either locked or unlocked using VBscript but the Text I input dissappears for
the recipient. How can I make it so that I can use VBscript to change as
many properties of field as I want?
on a field in a form? For example I create a text field on a custom form, I
set the property to value so I can input text, in VB script I code so that on
the send event that field will lock and the text I input cannot be changed by
the recipient. I send the custom form and the text goes through fine but the
field is not locked the recipient is able to edit it. So I change the
property value to Locked, I can now get the code to change the field to
either locked or unlocked using VBscript but the Text I input dissappears for
the recipient. How can I make it so that I can use VBscript to change as
many properties of field as I want?