Rajesh Karunakaran
Programmer
Dear Team,
I have a report which I need to print in color. I have made the color specification in the properties wherever I want. When I preview the report I can see the colors. However, when I print it, it doesn't print in color.
1. 'Printer Environment' is NOT SAVED in Report form.
2. I checked the FRX table in its first record (Objtype 1 Objcode 53)
- I have below code in Expr field
ORIENTATION=1
PAPERSIZE=9
COLOR=1
- Nothing is there in Tag & Tag2 fields.
- Against the color element I can see Penred 0, Pengreen 0, Penblue 255
3. I am printing on my HP printer (or rather I want the print in that printer)
4. My default printer is not the HP one
5. Before I call 'REPORT FORM', I set the printer using 'SET PRINTER TO'
6. In my system, the said printer is configured for color. I verified in all possible ways.
Is this a know problem and there is a work-around?
Thanks in advance.
Rajesh
I have a report which I need to print in color. I have made the color specification in the properties wherever I want. When I preview the report I can see the colors. However, when I print it, it doesn't print in color.
1. 'Printer Environment' is NOT SAVED in Report form.
2. I checked the FRX table in its first record (Objtype 1 Objcode 53)
- I have below code in Expr field
ORIENTATION=1
PAPERSIZE=9
COLOR=1
- Nothing is there in Tag & Tag2 fields.
- Against the color element I can see Penred 0, Pengreen 0, Penblue 255
3. I am printing on my HP printer (or rather I want the print in that printer)
4. My default printer is not the HP one
5. Before I call 'REPORT FORM', I set the printer using 'SET PRINTER TO'
6. In my system, the said printer is configured for color. I verified in all possible ways.
Is this a know problem and there is a work-around?
Thanks in advance.
Rajesh