Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have kept the input box to get the user Comments. I need to print the user the comments in the Text box due to number of lines.
I am using like this but not getting displayed.
Ucomments is the variable assigned for the input box.
How to call variable in the text box.
Open the text box properties and in General Tab under the text heading call the variable like this
=Ucomments
So with this what ever is typed in the input box will get reflected in your text box.
Any queries let me know.
Open the text box properties and in General Tab under the text heading call the variable like this
=Ucomments
So with this what ever is typed in the input box will get reflected in your text box.
Any queries let me know.
Hi IT user ,
Thanks for the response. I was using the same way u have mentioned. But the font and background color was same. So i was not able to see the text.