Fatal Errors on creating PDF invoices

If you are a VFP developer and have any questions about using our products from VFP here is the place to post them.
Post Reply
bassie280479
Posts: 1
Joined: Mon May 24 2004

Fatal Errors on creating PDF invoices

Post by bassie280479 »

With my invoicing module I make PDF copies. Since Amyuni version 2.1 is installed I get Fatal Errors a lot. Is there anyone who can help me clear this problem. The program ends itself after the Fatal Error and I have to perform al kind of actions to get the program working good again.
This costs me a lot of money, times and the mood doesn't get any better.

Help me please.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Did you send this issue to our Technical Support department support@amyuni.com?

To help you solve this issue i need you to check the following:

1 - Are you calling EnablePrinter before each printout? This function doesn't exist in prior versions, it is a new function in version 2.1 and it is required before printing

2 - Are you using the FLL or CDIntf interface?
If you are using the FLLIntf interface, did you require and include FLLIntf210 in your application?
If you are using the CDIntf interface, did you change your code to use CDIntfEx (ActiveX interface) or CDIntf210 (DLL interface)?

3 - Which version 2.10 are you implementing? We are now at 2.10i.

Regards,
Post Reply