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

Strike out text in sapscript

Former Member
0 Likes
786

Hi Developers,

Can anyone tell me how to strike out a sentence and display it in sap script. I mean to display a striked out sentence in a form.

Eg : this is the sentence

thanks in advance

Hi Developers,

Can anyone tell me how to strike out a sentence and display it in sap script. I mean to display a striked out sentence in a form.

Eg : this is the sentence

thanks in advance

3 REPLIES 3
Read only

Former Member
0 Likes
744

hi

character format one option is there that is barcode.

barcodes are helpful to u

regards

lakshmi

Read only

Former Member
0 Likes
744

lakshmi,

BAR CODES are used for different purpose. not for striking a text.

Read only

Former Member
0 Likes
744

Hi,

Character format u can use strike tag. The strike word should be between < and >. Put the cursor on this page and right click it. Choose, view source. Then it will appear in html format. There u can find out strike tag.

Ex.

In your SAPScript apply like this :

<U>Underline Text</> <B>Bold Text</>

<strike>This is the sentence</strike>

Regards,

Bhaskar

Edited by: Bhaskar Chikine on Feb 29, 2008 11:02 AM