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

Space between the two words in a same variable in Smartform

Former Member
0 Likes
1,179

Hi All,

The issue I am getting now the space between the two words in a same variable in a smartform.


While fetching the address (name1 / name2 / street ) from adrc table we are getting the space between two word in a variable but while printing

In spool / printer the space is compressed because the window width is not sufficient.

I am designing the smartform window defining Width : 0.5 cm ,

                                                                   Height : 20 cm .

While passing data in Text Node for e.g.  ATUL KUMAR, i am getting output

like :

A

T

U

L

<------- Space is compressed here

U

M

A

R

Note :  1.Because of requirement limitation, i can not increase the width size of the window.

            2. Can not split variable because variable is picking up text dynamically (can be more than three words).

Can anyone suggest me, how to solve this ??

Thanks in advance.

Hi All,

The issue I am getting now the space between the two words in a same variable in a smartform.


While fetching the address (name1 / name2 / street ) from adrc table we are getting the space between two word in a variable but while printing

In spool / printer the space is compressed because the window width is not sufficient.

I am designing the smartform window defining Width : 0.5 cm ,

                                                                   Height : 20 cm .

While passing data in Text Node for e.g.  ATUL KUMAR, i am getting output

like :

A

T

U

L

<------- Space is compressed here

U

M

A

R

Note :  1.Because of requirement limitation, i can not increase the width size of the window.

            2. Can not split variable because variable is picking up text dynamically (can be more than three words).

Can anyone suggest me, how to solve this ??

Thanks in advance.

2 REPLIES 2
Read only

Arun_Prabhu_K
Active Contributor
0 Likes
772

Hi Atul,

     For your text, try making use of a character format with smaller font size.

Regards.

Read only

p291102
Active Contributor
0 Likes
772

define the smaller character format for that variable BY USING SMARTSTYLES and use the same format for that variable