2008 Feb 29 9:16 AM
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
2008 Feb 29 9:32 AM
hi
character format one option is there that is barcode.
barcodes are helpful to u
regards
lakshmi
2008 Feb 29 9:40 AM
lakshmi,
BAR CODES are used for different purpose. not for striking a text.
2008 Feb 29 10:02 AM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |