Application Development 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: 

field lenght and visible field lenght in dynpros

Former Member
0 Kudos

hello there,

i want to make a field for a file path in a dynpro with the screen painter. the problem is, the field needs to be pretty long ~100 chars, but i can't change the visible lenght of the field, but i don't want a field, that is that long... the field to change the visible lenght of the field is gray... so i can't change its value.

thx for any help!

regards

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

On the properties window of the Textbox, check the scrollable option. It is present just above the Defined Field length. This will allow you to change the visible length.

This will surely solve your problem.

3 REPLIES 3

sivasatyaprasad_yerra
Active Contributor
0 Kudos

Hi,

Try changing Def. Length property of the field to the required length. It will automatically changes the Visible length of the field to the length specified in Def. Length property.

PS: Reward points if it resolves the problem.

Regards,

Siva.

Edited by: Siva Satya Prasad Yerra on Jun 9, 2008 7:06 PM

Former Member
0 Kudos

Hi,

On the properties window of the Textbox, check the scrollable option. It is present just above the Defined Field length. This will allow you to change the visible length.

This will surely solve your problem.

0 Kudos

great, thank you very much!