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

SAP Scripts.

Former Member
0 Likes
797

I am using a character format for underlining some text but when the page is printed, the line is broken. i.e the underline does not appear for the spaces in between words.

The print preview shows the underline even for the spaces. The problem is only when I print it on paper.

Is there any way I can make the output proper?

<b>Present Output: </b>

<u>Special</u> <u>Information</u> <u>for</u> <u>people:</u> These instructions are for those...

<b>Desired Output:</b>

<u>Special Information for people:</u> These instructions are for those...

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
771

There is no way to control this in the SAPscript. This may be able to be adjusted at the printer driver end.

Regards,

Rich Heilman

6 REPLIES 6
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
772

There is no way to control this in the SAPscript. This may be able to be adjusted at the printer driver end.

Regards,

Rich Heilman

Read only

0 Likes
771

Hi Nazim,

U can insert this as a standard text through SO10 and use it in your form if this text is going to be static.

Second option is that you can create a new paragraph format and try it out.

Cheers

JK

PS: Award points if this solution helps you

Read only

0 Likes
771

The text is static but I Can't use two paragraph formats in the same line!

Read only

0 Likes
771

Hi Nazim,

if the text is static then pls try using a standard text. If then also the same problem is coming then you might need to configure the printing device. But lets keep that as the last option..

Cheers

JK

Read only

0 Likes
771

Hi Nazim,

Try using character format for the line & check.But generally you cannot handle it at the sapscript end as Rich said.

Read only

Former Member
0 Likes
771

If you still have this problem then try this way( dirty ofcourse)....Since you said that the text is static, if your text-position is also static then you can draw a line positioned below your text.