‎2007 Apr 18 3:05 PM
Hello friends,
I have developed a script and everything prints fine.
The problem is I have a line and in the line I need some words to be BOLD and some withour bold.
I am using a paragraph type P1 for that line. Now everything is printing non-bold.
Eg:
Currently it is printing as: Hazardous material is defined by code of : 12345678
( P1 Hazardous material is defined by code of : &CUAFVD-MATNR&)
I need it as : <b>Hazardous material</b> is defined by code of : <b>12345678</b>
(Hazardous material and 12345678 needs to be bold)
Note : : Hazardous material is defined by code of, is hardcoded and 12345678 is the material # from SAP.
Thanks,
Ster
‎2007 Apr 18 3:14 PM
HI,
use character formats. in scripts write like this
<C1>Hazardous material</> is defined by code of : <C1>12345678</>
Define c1 as bold
regards,
ananth
‎2007 Apr 18 3:12 PM
Hi,
for this create the character format in script as u have created paragraph format.
Regards,
Sonika
‎2007 Apr 18 3:14 PM
HI,
use character formats. in scripts write like this
<C1>Hazardous material</> is defined by code of : <C1>12345678</>
Define c1 as bold
regards,
ananth
‎2007 Apr 18 3:36 PM