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

Smartforms barred fonts

Former Member
0 Likes
498

Hi developers,

we have a little problem concerning smartforms.

We should print, using smartforms, some barred chars (just like 'u can do with MS Word when you write chars with a line across them). The font is OK: we don't need to use a different one, the size is ok too etc...

The only thing is we don't know how to output a barred sequence of chars.

Thanks to everybody.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
477

Hi

By using '<b>Underscore</b>', you can achieve the effect of <b>'strike through'</b> in Smartforms.

Refer this (Page 22)

http://www.sap-press.com/downloads/h955_preview.pdf

Regards

Raj

Hi developers,

we have a little problem concerning smartforms.

We should print, using smartforms, some barred chars (just like 'u can do with MS Word when you write chars with a line across them). The font is OK: we don't need to use a different one, the size is ok too etc...

The only thing is we don't know how to output a barred sequence of chars.

Thanks to everybody.

2 REPLIES 2
Read only

Former Member
0 Likes
478

Hi

By using '<b>Underscore</b>', you can achieve the effect of <b>'strike through'</b> in Smartforms.

Refer this (Page 22)

http://www.sap-press.com/downloads/h955_preview.pdf

Regards

Raj

Read only

0 Likes
477

Thanks Rajasekhar,

I already tried that solution, but it's printer dependent.

Your reply is very useful because I can suppose there are no other ways to achieve my goal.

Thank you again