VictorFRodriguez
Programmer
thread184-877591
I have discovered a partial solution to this problem.
Open the report wiriter as you open a dbf file.
Let's say
USE myreport.frx
browse fields expr
You will see somthing like this:
DRIVER=winspool
DEVICE=Bullzip PDF Printer
OUTPUT=BULLZIP
ORIENTATION=0
PAPERSIZE=1
SCALE=100
ASCII=100
COPIES=1
DEFAULTSOURCE=1
PRINTQUALITY=600
COLOR=1
YRESOLUTION=600
TTOPTION=2
COLLATE=1
Change COLOR = 1 to 2
Save the report. That is all
I have discovered a partial solution to this problem.
Open the report wiriter as you open a dbf file.
Let's say
USE myreport.frx
browse fields expr
You will see somthing like this:
DRIVER=winspool
DEVICE=Bullzip PDF Printer
OUTPUT=BULLZIP
ORIENTATION=0
PAPERSIZE=1
SCALE=100
ASCII=100
COPIES=1
DEFAULTSOURCE=1
PRINTQUALITY=600
COLOR=1
YRESOLUTION=600
TTOPTION=2
COLLATE=1
Change COLOR = 1 to 2
Save the report. That is all