lifesupport
Programmer
I had VFP code that changed the printer driver to Acrobat print driver then returned the driver back to the default print driver. In VFP 7.0, this worked fine. Just recently I upgraded to VFP 9.0 and this no longer works. It changes to the Acrobat Print driver just fine, but it won't return it to the original print driver. Originally I wrote:
Set print driver to name (pcoldprinter)
I step thru the code and the value of 'pcoldprinter' was correct.
Then I tried:
set print driver to set("printer",2) and also
set print driver to set("printer",3) and also
set print driver to default
None of these worked.
I cleaned out the values in the reports 'expr', tag & tag2 fields. Still didn't work.
Any idea why this won't change back?
Thanks
Set print driver to name (pcoldprinter)
I step thru the code and the value of 'pcoldprinter' was correct.
Then I tried:
set print driver to set("printer",2) and also
set print driver to set("printer",3) and also
set print driver to default
None of these worked.
I cleaned out the values in the reports 'expr', tag & tag2 fields. Still didn't work.
Any idea why this won't change back?
Thanks