whateveragain
Programmer
Does anybody know the correct registry call for Vista for Ghostscript? This is working when I run the app thru VFP programming application, but as an executable it does not work.
I think this path is the culprit as I'm guessing this is the proper path: ","c:\Users\NewUser\Documents\Visual FoxPro Projects\Visual FoxPro.pdf"
plGhost=oRegistry.WriteRegistryString(HKEY_LOCAL_MACHINE,;
"Software\GPL Ghostscript\8.64",;
"DefaultPDFOutput","c:\Users\NewUser\Documents\Visual FoxPro Projects\Visual FoxPro.pdf")
I think this path is the culprit as I'm guessing this is the proper path: ","c:\Users\NewUser\Documents\Visual FoxPro Projects\Visual FoxPro.pdf"
plGhost=oRegistry.WriteRegistryString(HKEY_LOCAL_MACHINE,;
"Software\GPL Ghostscript\8.64",;
"DefaultPDFOutput","c:\Users\NewUser\Documents\Visual FoxPro Projects\Visual FoxPro.pdf")