As resolved in "VFP Fax Integration" thread, I have been using Jaime's method to fax Reports with graphic/image and it works very well for VFP6.
set printer to name "Fax"
report form myReport to file "myfile.tif" noconsole
Recently I compiled and ran my program using VFP9, I got the following Program Error:
OLE IDispatch exception code 0 from FaxComEx.FaxDocument.1: Operation failed...
I found out my VFP9 program will work without error if I select Fax device in 'Printer and Faxes' window and 'Set as Default Printer' before running it (I don't need to do this with VFP6). But it is not a good solution.
Does anyone know how to best resolve the problem
Thanks,
Emery