Posted by Grant Foraker on September 06, 2012 at 07:21:55:
(SetTextColor) is for CRT use. Is there a similar command for printers that would work in old style print programs?
Something like ...
PRINT (1) (TR);(SetPrinterColor=255,0,0) ! Turn on RED
PRINT (1) ERRMSG$
PRINT (1) (TR);(SetPrinterColor=0,0,0) ! Return to BLACK
OR
PRINT (1) (SetPrinterColor=255,0,0);ERRMSG$ ! Print this line in RED
Looking for an easy way for a user to spot error messages in a 400+ page report in PDF format.
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.