View previous topic :: View next topic |
Author |
Message |
rkdivvela Beginner
Joined: 26 Mar 2004 Posts: 4 Topics: 3
|
Posted: Thu Apr 08, 2004 5:22 am Post subject: Bold a Specific Column in COBOL Report |
|
|
1). I have a 133 char length report. In that report, I want to Bold a specific column. How do I do that ? |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12377 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
superk Advanced

Joined: 19 Dec 2002 Posts: 684 Topics: 5
|
Posted: Thu Apr 08, 2004 6:59 am Post subject: |
|
|
rkdivvela, what is the output printer? Is it an impact printer or a laser printer? What type (Manufacturer/Model)? What is the printer interface (AFP, XPAF)?
Bolding a specific column takes a bit more work than just bolding a line or a part of a line. My recommendation would be to not concern yourself with attempting to code this via a program, but instead let the printer software handle this for you. It would make more logical sense to setup a printer definition that specifies that all data within a set column range must print with a bold font. |
|
Back to top |
|
 |
|
|