cancel
Showing results for 
Search instead for 
Did you mean: 

Interesting issue in template of smartform

Former Member
0 Kudos

I have a template with 5 columns. I m inserting data by using loop. Now the proble is for some records the value of first col is bit lengthy and hence it gets break into 2 lines.in 1st col.

Now when next record is printed the value of first col gets printed properly but the resty of values are printed above 1 line adjacent to where the remaining part of big value was printed.

Eg:

-


ABCD | DEFF | gfgg | kjhuhuhuj|

BBbbb | vhggjh | jhjhj | jkjkkj |

bbbbbb

CCCCC| aaa |jhh | hghg|

-


The record with BBBin first col is broken into 2 line sdue to col width. and the remaining cols are blank. Now the next record CC all cols other then 1st col gets printed in tht blank space. I cannot increase width due to space problm. Plz help

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184657
Active Contributor
0 Kudos

the problem is obviously space-contraint.

and the obvious solution is font reduction, deleting leading spaces if any, column width increment, etc.

i guess u have no other options.

just play around with it.

gud luck

pk