Foxpro User. Trying Demo and having problems.

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
JohnY
Posts: 1
Joined: Mon Oct 20 2003

Foxpro User. Trying Demo and having problems.

Post by JohnY »

In the Technical Note 3: Section: Using the FLL interface

When I type FileNameOptions(1+2+32) I get the follow error:
Function argument Valve, type or count is invalid

When I type DefaultFileName("test.pdf") I get the following error:
Data Type Mismatch

When I type EnablePrinter(PDF,"nameofprinter", serial number)
I get the following error:
Variable PDF is not found.

Any clues why I am getting there error messages?

Thanks
John
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Please download the VFP technical note from: http://www.amyuni.com/en/support/technotes.html

It contains a VFP sample that will tell you how to use the FLL interface.

Hope this helps.

PS: I will move this post to the VFP forum.
jggori
Posts: 10
Joined: Wed Oct 18 2006

Post by jggori »

Hi I tried to compile the samples under VFP 8 SP1 and they have problems? is there an updated set of these?
Post Reply