J
Jack
Hi,
I have a text that has memo in the backend field. The contents of the fields
are large compared to the size of the field. I would like to user to see the
value of the text box by using the controltip text feature.
I am using the code as above.
Me.TextBox1.ControlTipText = Me.TextBox1
Now when I am stepping through the code I am getting the following message:
THe settting of property is too long. I got this code in the onlcick event
of the text box where I would like to display the contents of the textbox via
the controltip text tool. I am not sure where I am going wrong. I appreciate
any help for resolution of this issue. Thanks.
I have a text that has memo in the backend field. The contents of the fields
are large compared to the size of the field. I would like to user to see the
value of the text box by using the controltip text feature.
I am using the code as above.
Me.TextBox1.ControlTipText = Me.TextBox1
Now when I am stepping through the code I am getting the following message:
THe settting of property is too long. I got this code in the onlcick event
of the text box where I would like to display the contents of the textbox via
the controltip text tool. I am not sure where I am going wrong. I appreciate
any help for resolution of this issue. Thanks.