cancel
Showing results for 
Search instead for 
Did you mean: 

SMARTFORMS: how to link two varibles in one line.

Former Member
0 Kudos

Hi guys,

I am experiencing a problem with SMARTFORMS.

I have a string longer than 255 characters. I want to print it in a smartforms, but due to the limitation in the characters I have to separate the string in two strings.

My question is the next, how can I put together in the same line the two variables?

In the smart form I put someting like that:

<i>var1.

var2.</i>

So, then the PDF appears something like that

<i>content of varible1 is in this line

content of variable 2 makes an not desired return carriage</i>

and what i want is the next :

<i>content of varible1 is in this line content of variable 2 makes an not desired return carriage</i>

That is, all together without the return of carriable.

Can anybody help me to solve this?

Thanks a lot.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Its too simple, just put both variables next to each other. like...

<var1><var2>

This will print continous order.You can even put fullstop in end( like : <var1><var2>. )

FYI:

If you want to give separators in between, then you can use. like ...

for date,

<month>-<date>-<year>

This will display : 06-21-2007

Reward points if helpful

Regards,

Seema

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

Just use 'Extended LIne' format for the second line. It comes in

That will print both the variables in same line.

Regards,

Saurabh Chhatre