Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Amyuni and COM server
Message
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00578141
Message ID:
00578252
Views:
13
Hi Joey,

What Amyuni class are you using? The only one I know of is the wwPDFAmyuni posted on the West Wind wiki. But that uses a REPORT FORM command, and I thought you said at WhilFest you were making direct calls to the Amyuni DLL.

In any case, your current problem sounds like permissions. I suspect in addition to granting IUSR rights to the driver, that you also have to allow this user create/delete file rights to the folder in which the Amyuni driver creates the files.

You also mentioned inserting a LIST MEMORY command, but you didn't say what the purpose/results of that were.

-- Randy



>have been using successfully with Windows NT and I have gotten it to work with Windows 2000 in file based mode.
>However, when I switch to COM based mode it does not create the PDF file. I have placed a list memory to c:\test.txt file prior to the
>
>loEval.ExecuteCommand([SET PRINTER TO NAME "] + THIS.cPrinterDriver + ["])
>IF loEval.lError
>wait window "ERROR: " + loEval.cErrorMessage
>THIS.cErrorMsg = "Couldn't set printer to " + THIS.cPrinterDriver
>THIS.UnlockSemaphore()
>RETURN .F.
>ENDIF
>
>in the PrintReport Function.
>
>Again all works fine in file based mode but not in COM based mode. It does not appear to generate the PDF in the folder like the file based mode does. It does generate a wwc???.tmp file of 0KB.
>
>I add the IUSR_ to the printer driver "PDFAmyuni"
>
>Any thoughts would be appreciated.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform