cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello,

my name is Sven and i am a newbie in this forum.

My question is

I have a input field, but the length of the data element is 40, but

The length of the input field 43.

Every input field i can put 3 letters more than the length of the data element.

I need help.

Can anyone help me?

Thanks,

Sven

0 Likes
View Entire Topic
Former Member
0 Likes

The length of an input field is determined by the data type of the attribute that is bound to its "value" property. If you go to your context and change the data type of that attribute to CHAR40, your input field will automatically be adjusted.

Otherwise you can adjust it manually with the property "width" of the input field from the layout.

bibber0612
Participant
0 Likes

Hello,

thanks for the answer.

But this doesnt work.

Propertis of the input field:

DDIC-Binding:

Max length of the input field:

Maybe you can help me again??

former_member205488
Active Participant
0 Likes

Hello!

Try to explicitly set "length" property of the input field to 40.