2004 Aug 05 11:49 AM
Hi everyone,
I have got a requirement from the client,where he asks to write some text in the report with some font size and style,Is it possible to do that in a report,if so plz reply back with piece of code.
Thanks & Regards,
Rajeev.N
2004 Aug 05 2:36 PM
2004 Aug 05 2:39 PM
Try
NEW-PAGE PRINT ON.
PRINT-CONTROL FONT 2 LPI 6.
WRITE: / 'Bold Letters'.
This program will print "Bold Letters" in BOLD.
You cant see the difference on the screen.But when you actually print ,you will see the difference.