|
Re: Character Reports with Bold Character (Urgent pls) [message #152573 is a reply to message #152403] |
Sat, 24 December 2005 01:06 |
sirishay
Messages: 40 Registered: August 2005 Location: Hyderabad
|
Member |
|
|
hai,
Just try out this code.And select the fields you want to be printed in bold and set the font properties as "BOLD".
In DESFORMAT specify the pritner file as "Wide180".
And no need to add the code as &BOLD in my printer code.
hope this helps u out.
-------------------------------------------------
printer "wide180"
height 66
width 180
before report control(O)
after page control(L)
after report control(R)
return control(M)
linefeed control(J)
code "bold on" esc "W1"
code "bold off" esc "W0"
hilight overstrike
--------------------------------------------------
siri.
|
|
|
|
|