All;
I am working on a word 2010 form and I am running into an issue with the textboxes.
Summary of problem:
After the form is locked so that only data can be entered, the text box will not expand properly. The width and the multiple line functions does not work. What occurs is that the box will go to 2 characters wide and expand vertically only.
Textbox type:
ActiveX Textbox being used (Needed for VB script reasons)
Current Textbox Settings:
Autosize = True
IntegralHeight = True
MaxLength = 0 (infinity)
Multiline = False
WorWrap = False
Settings Tried:
Autosize = false
IntegralHeight = True
MaxLength = 0 (infinity)
Multiline = False
WorWrap = False
Autosize = false
IntegralHeight = True
MaxLength = 0 (infinity)
Multiline = true
WorWrap = False
Autosize = false
IntegralHeight = True
MaxLength = 0 (infinity)
Multiline = true
WorWrap = true
Autosize = true
IntegralHeight = True
MaxLength = 0 (infinity)
Multiline = true
WorWrap = true
Word Doc configurations:
Form = locked
Textbox was inside a table and outside of the table and the problem is occurring in both conditions.
How can I resolve this issue?
Thank you in advance!
Mike
I am working on a word 2010 form and I am running into an issue with the textboxes.
Summary of problem:
After the form is locked so that only data can be entered, the text box will not expand properly. The width and the multiple line functions does not work. What occurs is that the box will go to 2 characters wide and expand vertically only.
Textbox type:
ActiveX Textbox being used (Needed for VB script reasons)
Current Textbox Settings:
Autosize = True
IntegralHeight = True
MaxLength = 0 (infinity)
Multiline = False
WorWrap = False
Settings Tried:
Autosize = false
IntegralHeight = True
MaxLength = 0 (infinity)
Multiline = False
WorWrap = False
Autosize = false
IntegralHeight = True
MaxLength = 0 (infinity)
Multiline = true
WorWrap = False
Autosize = false
IntegralHeight = True
MaxLength = 0 (infinity)
Multiline = true
WorWrap = true
Autosize = true
IntegralHeight = True
MaxLength = 0 (infinity)
Multiline = true
WorWrap = true
Word Doc configurations:
Form = locked
Textbox was inside a table and outside of the table and the problem is occurring in both conditions.
How can I resolve this issue?
Thank you in advance!
Mike