hi!
i'm working on a delphi program that prints a report using generic text printing. I've installed the generic/text only printer driver with the following codes in the fonts property of the printer:
Select 12 cpi : <12><1B>M
Select 17 cpi : <0F><1B>P
Bold On : <1B>E
Bold Off : <1B>F
It prints fine on windows 98 (ofcourse, using the corresponding contol codes), but when tried with windows xp, the control codes are ignored.
how could this be fixed? any help will be very much appreciated.
therese