cancel
Showing results for 
Search instead for 
Did you mean: 

smartforms underline

Former Member
0 Kudos

Hello,

I have created a character format for Underline text. I am printing a text that uses that format. In the print preview it seems ok but when i print only the text is underlined and the spaces bettween the words are not underlined. Any idea why?

Thank you,

Nuno Silva

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

Let the character format be <U>

Then use that character format in the text

like this:

<U>&WORD&</>

(I have checked out this is working fine)

Still if it is not comming then probably u got to change the font

Hope this will help u

Thanks

Krushna

Former Member
0 Kudos

Hi,

check the text definition in the old editor.

so it have to look like this.

<cf> is your character format

<cf>&text1& &text2& &text3&</>

regards Maik

Former Member
0 Kudos

Hi Nuno,

Just consider the character format which is created for the underline as <U>

I think you must have specified as given below:

<U>&name&</>

Just change it as given below:

<U> &name& </>

Just include spaces between character formats which will include lines in those places also.

Please Reward points if useful.

Thanks,

karthik

Edited by: karthikeyan Thangavel on Feb 20, 2008 5:15 PM

Edited by: karthikeyan Thangavel on Feb 20, 2008 5:16 PM

Edited by: karthikeyan Thangavel on Feb 20, 2008 5:16 PM

Former Member
0 Kudos

Hello

The variable &name& as got a value like "text1 text2 text3".

In the preview it is showing as it should:

text1 text2 text3

But when printing the result is:

text1 text2 text3

I didnt understand your solution.

Thank you,

Nuno Silva

Edited by: Nuno Silva on Feb 20, 2008 5:21 PM

Former Member
0 Kudos

Hi Nuno,

The way you have specified is correct. For that it has to print properly.

I dunno the reason. May be you try for a different data and check whether the same problem persists.

Thanks,

karthik

Edited by: karthikeyan Thangavel on Feb 20, 2008 6:20 PM

Former Member
0 Kudos

Very late reply I know. But I faced the same situation and was lucky to find an SAP Note that handles it.

The SAP Note is 1149136 and it says that a User key in Windows Registry (HKEY_CURRENT_USER\Software\SAP\SAPlpd\SAPLPD) has to have a value of '1' set to the parameter 'print_spaces'. Doing so will cause spaces to appear as an underline.

Yes it's crude, but it's the only note I've found that addresses the issue. Hope this helps you out.