report printing problem [message #90266] |
Wed, 05 January 2005 18:57 |
raviranjan
Messages: 41 Registered: April 2004
|
Member |
|
|
hi
i want to print matter in bold font. my report is running in character mode. it display bold matter but on printing time it print normal font.
i use report 6i;
how can i solve this problems.
thanks in advancd'
|
|
|
Re: report printing problem [message #90325 is a reply to message #90266] |
Fri, 28 January 2005 20:36 |
sandeep
Messages: 110 Registered: October 2000
|
Senior Member |
|
|
Hi Raj,
To make font bold when printing, do one thing
code "bold on" "BOLD"
code "bold off" "NORMAL"
paste above two lines in tht prt which u r using in destination format. Then call &bold at before printer code to make text of tht field bold and &normal to make text of tht field normal.
Cheers
Sandeep
|
|
|
|