Displaying 1 result from an estimated 1 matches for "boldoff".
Did you mean:
holdoff
2010 Sep 21
1
Need Help
...gling to get bold letters in informix for CentoS 4.8 and I came
across your article on PCL Command Sequences and I felt you could help.
I have the following declarations and print command in my informix-4gl but
things don't seem to get right.
BoldOn CHAR(6),
BoldOff CHAR(6)
----LET BoldOn = ASCII 27, ASCII '&040', ASCII '&115', ASCII '&052',
ASCII '&066'
----LET BoldOff = ASCII 27, ASCII '&040', ASCII '&115', ASCII '&048',
ASCII '&066'...