VFP AND PDFCreator

I want to use PDFCreator with my Visual FoxPro reports but I don't know how.
Please tell me the VFP code to use PDFCreator.
How can I send a VFP report directly to PDFCreator printer for a given PDF file name and path?

Can you help me please ?
Thanks !

Hello,

I have not had a look ad VFP for years, but if I recall it right, it also uses VBA as makro language. You can have a look at the other VBA samples (ie Word, Excel) to see how the code looks like. Basically, you have to set the current printer and print the report.

regards,
Philip

This link might be of help:  http://www.foxite.com/archives/vfp-x-pdfcreator-0000118089.htm

Thess links also might be of help: 

http://www.foxite.com/archives/conversion-of-vfpreport-to-pdf-0000188406.htm

http://www.foxite.com/archives/conversion-of-vfpreport-to-pdf-0000188450.htm

The second does not involve PDFCreator, but it may provide a useful alternative.  I am about to start explorting it.

This post worked for me:

http://www.foxite.com/archives/conversion-of-vfpreport-to-pdf-0000188406.htm

 Thanks a lot !

I works for me.

But there is a problem if want print multiple decuments.

I figured out something like this http://rafrom.rotmanka.pl/?p=339