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

Smartform alignment question on Main window row

Former Member
0 Likes
884

Hi Experts,

We are displaying some text in a row as shown below

Header:Field1          Field2          Field3

Values :XYZ               123               456

Probelm is when data in  field 1 exceeds a certian length the alignment gets misplaced as shown below

  

Header:Field1          Field2          Field3

Values :XYZabcd efghikjlmn 123               456

What i am looking for is that if the data exceeds certain length it should be displayed in next line

Header:Field1          Field2          Field3

Values :XYZabcd      123               456

             efghikjlmn

Can someone please advice on how to display data in next line?

1 ACCEPTED SOLUTION
Read only

former_member212913
Participant
0 Likes
852

Hi BM just let me know whether your using table to  print that fields or using same text element if your using table then it will print as same as in your second case and if your using same text element to print all the fields then i dont think its possible to make it..

Regards

Mahipal

Hi Experts,

We are displaying some text in a row as shown below

Header:Field1          Field2          Field3

Values :XYZ               123               456

Probelm is when data in  field 1 exceeds a certian length the alignment gets misplaced as shown below

  

Header:Field1          Field2          Field3

Values :XYZabcd efghikjlmn 123               456

What i am looking for is that if the data exceeds certain length it should be displayed in next line

Header:Field1          Field2          Field3

Values :XYZabcd      123               456

             efghikjlmn

Can someone please advice on how to display data in next line?

4 REPLIES 4
Read only

former_member212913
Participant
0 Likes
853

Hi BM just let me know whether your using table to  print that fields or using same text element if your using table then it will print as same as in your second case and if your using same text element to print all the fields then i dont think its possible to make it..

Regards

Mahipal

Read only

rosenberg_eitan
Active Contributor
0 Likes
852

Hi,

It looks like you can use either table or template for your form.

For illustration I used lines around the cells.

Read only

prakashjasti
Contributor
0 Likes
852

Hi,

Go for a table, design your own row with linetype and print the values in different columns with different text elements.

Regards,

Prakash.

Prakash J
Read only

Former Member
0 Likes
852

Hi,

better to use table, so that the text will wrap .

Regards,

Venkat