2007 Sep 13 8:07 AM
Hi Experts,
can body let me know how can we underline for word or sentence in sap script out put?
Regards
2007 Sep 13 8:35 AM
hi,
for undeline u can do it two ways.
1. create a character format and enable underline option and use it where u require
or
2. u can use keyword ULINE in coding part of script as
/: ULINE
............
IF HELPFUL REWARD SOME POINTS.
WITH REGARDS,
SURESH ALURI.
hi,
for undeline u can do it two ways.
1. create a character format and enable underline option and use it where u require
or
2. u can use keyword ULINE in coding part of script as
/: ULINE
............
IF HELPFUL REWARD SOME POINTS.
WITH REGARDS,
SURESH ALURI.
2007 Sep 13 8:12 AM
Hi,
Create a character type and assign it to the sentence or text to display
for more infor
http://www.supinfo-projects.com/fr/2005/forms_sapscript_en/7/
Regards
Shiva
2007 Sep 13 8:18 AM
Hi,
You can have different font on the same line by defining a character format.
For example B for bold text and U for Underline.
In your SAPScript apply like this :
<U>Underline Text</> <B>Bold Text</>
Regards,
Bhaskar
2007 Sep 13 9:36 AM
Hi All,
Thanks. I got it.i am able to display underline for a word by creating a character format.But the under line is goingbeyond the word .How to fix it to length of the word?
Regards
2007 Sep 13 9:45 AM
Hi
After Checking the Radio Button in the character format u can see an arrow mark click on that and give ur spcaing
Reward all helpfull answers
Regards
Pavan
2007 Sep 13 8:19 AM
Hi,
In SO10 transaction there is 2 options is there
1) paragraph format
2)charcter formart-> in this option u can give <u>underline</u>
u can any text in above transaction,...
<b>reward me a points if it is use full answer...</b>
praveen
2007 Sep 13 8:35 AM
hi,
for undeline u can do it two ways.
1. create a character format and enable underline option and use it where u require
or
2. u can use keyword ULINE in coding part of script as
/: ULINE
............
IF HELPFUL REWARD SOME POINTS.
WITH REGARDS,
SURESH ALURI.
2007 Sep 13 8:51 AM
Hi
For underline in script do one thing
Create a new character Format of underline and use it in ur script
Reward all helpfull answers
Regards
Pavan
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |