Yesterday Windows 10 version 1803 was released.
Today I updated 3 computers, two 32-bit and one 64 bit to this new Windows 10 version.
VFP ran fine except one thing. The preview instruction of a report, like:
Two of the Windows System printers give error c0000005 on the preview instruction in my exe, but only on the 32 bits versions of Windows. The 64 version runs fine.
It happens with Microsoft Print to PDF Printer and Microsoft XPS Document printer, but not with the Fax printer which is also a Windows system printer. Printers installed by the user, like Foxit PDF printer or HP printers also run fine.
In the previous version everthing worked OK. This problem was introduced with the new Win10 1803 version.
Can anyone confirm this?
PS. This error occurs in VFP6 but probably not in VFP9. Don't know for other versions.
Today I updated 3 computers, two 32-bit and one 64 bit to this new Windows 10 version.
VFP ran fine except one thing. The preview instruction of a report, like:
Code:
set printer to name (printername)
report form (reportname) preview in window (prevwin) noconsole
Two of the Windows System printers give error c0000005 on the preview instruction in my exe, but only on the 32 bits versions of Windows. The 64 version runs fine.
It happens with Microsoft Print to PDF Printer and Microsoft XPS Document printer, but not with the Fax printer which is also a Windows system printer. Printers installed by the user, like Foxit PDF printer or HP printers also run fine.
In the previous version everthing worked OK. This problem was introduced with the new Win10 1803 version.
Can anyone confirm this?
PS. This error occurs in VFP6 but probably not in VFP9. Don't know for other versions.