cancel
Showing results for 
Search instead for 
Did you mean: 

move input text fields to the left

Former Member
0 Kudos

Hi,

how to set input fields to move to the left depending on the text size.

Example:

Input text 1 = length: 5 chars = value: 'AA'

Input text 2 = length: 5 chars = value: 'CCC'

Input text 3 = length: 5 chars = value: 'EEEE'

Current Display:

Value1: AA___ CCC__ Value2: EEEE_

Desired Display:

Value1: AA CCC Value2: EEEE

The fields should all flow to the left and spaces suppressed.

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Select the InputField in designer

Go to Object Palette -> Layout. Check the property, 'Expand to fit' for both width and height

Go to Paragraph palette and click 'Center Align' icon

Check whether it helps you.

Regards,

Sanoosh

Former Member
0 Kudos

Check whether 'concat' and 'trim' functions help you to achive the same. Use trim to remove

unwanted spaces, then concat.

Thanks,

Aravind

Former Member
0 Kudos

this is already solved.

i set the subform to flowed and then place all fields in it.

the problem before is that placed each in separate subforms, that's why.

thanks all to your inputs!

Former Member
0 Kudos

also, for all fields, check expand to fit

Answers (0)