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

Field values

Former Member
0 Likes
338

Hi All,

I have afield of 100 character in DB table and in my screen with visible length of only 50 characters. If i enter value to the field, i cant enter more than 50 characters. How to handle this without increasing the visible length in the screen?

Thanks in advance.

Pon

2 REPLIES 2
Read only

Former Member
0 Likes
320

hi,

U can do this by setting the scrollable check box of the input output field in which u r entering the text.

And can set the visible length to 50 and default length to 100.

thanks

Dharmishta

Read only

Former Member
0 Likes
320

Hi,

Try this,

Go to screen edit mode.

double click the field you will find the window

set visible length to 100....

Regards,

V.Balaji

Reward if usefull.