2007 Feb 23 1:36 PM
how to get different fonts letters like bold italic etc in basic list
how to get different fonts letters like bold italic etc in basic list
2007 Feb 23 1:42 PM
Hi!
FORMAT INTENSIFIED ON.
WRITE:/ 'A'. "intensified
FORMAT INTENSIFIED OFF.
Other FORMAT options:
INVERSE, COLOR, HOTSPOT, INPUT, FRAMES, RESET.
For example italic font style cannot be set in standard list. It can be solved only by SAPScript.
Regards
Tamás
Message was edited by:
Tamás Nyisztor
2007 Feb 23 1:45 PM
Hi Azeez,
Use FORMAT option to have COLOR for texts and INTENSIFY to have bold for texts in the basic list.
FORMAT INTENSIFY ON.
WRITE 'TEXT IN BOLD' COLOR 5.
But you can not have Font Size to the letters and Italic letters in Basic list and this can be ahcieved in Scripts only.
Thanks,
Vinay
2007 Feb 23 1:47 PM
Hi,
1. ... COLOR n [ON] or ... COLOR OFF
2. ... INTENSIFIED [ON] or ... INTENSIFIED OFF
3. ... INVERSE [ON] or ... INVERSE OFF
4. ... HOTSPOT [ON] or ... HOTSPOT OFF
5. ... INPUT [ON] or ... INPUT OFF
6. ... FRAMES [ON] or ... FRAMES OFF
7. ... RESET
Effect
Sets or modifies the valid output format for list output statements (WRITE, ULINE).
The formats set by FORMAT are effective from the next output operation to the list, i.e. from the next WRITE command or from the next new line.
The addition ON for switching on the relevant output format is optional.
You can also set the static additions ON, OFF and n (for COLOR) dynamically with = var (for further information, see end of this documentation).
Regards,
Sruthi
2007 Feb 23 1:47 PM
Hi ,
Use the various formatting options with the write statement.
use FORMAT INTENSIFIED ON to bold the text.
FORMAT INTENSIFIED ON.
write <text>.
Regards,
Saumya<b></b>
2007 Feb 23 2:11 PM
hi good
you can set the font color but you cant set the font type for the output of the basic list.
FONT COLOR COLOR TYPE.
THANKS
mrutyun^
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |