Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

dialog programming

Former Member
0 Likes
415

i am concatenating the data into one variable and passing into one field but the data is not displaying fully in the text box its printing to the size of text box and truncating the remaining data so what do i need to do if i need to print entire data, can i make a text box bigger in down size rather than increasing its width .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
400

Hi

Obviously u need to increase the size of the text box in the layout if u want to display whole text.

Regards

Haritha.

3 REPLIES 3
Read only

Former Member
0 Likes
401

Hi

Obviously u need to increase the size of the text box in the layout if u want to display whole text.

Regards

Haritha.

Read only

Former Member
0 Likes
400

Hi

If you wants to see the complete Text data declare it bigger

Try to declare that field as a String and see the data.

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
400

Hi Chayaarungupta,

You need not increase the size of the text box. Goto Screen Painter, Double click on the text field, and check the scrollable field. Now you can increase the defined length (Def.length) keeping the visible length the same. Thus, your field would be capable of capturing text of greater size.

Regards

Anil Madhavan