Greetings. I am using VFP6. I have an application that creates TIF files for subsequent viewing via ShellExecute of default viewer. This works great in XP with the default FAX driver set as current printer:
SET PRINTER TO NAME (myFaxPrinter)
REPORT FORM someReport TO FILE tifname.TIF
However, I have yet to make it work in Win98. Have tried FaxTalk Fax and Mightyfax as drivers. Can't use ZAN - it is only for Win2000 and up.
Any suggestions of a driver that might work would be much appreciated.
SET PRINTER TO NAME (myFaxPrinter)
REPORT FORM someReport TO FILE tifname.TIF
However, I have yet to make it work in Win98. Have tried FaxTalk Fax and Mightyfax as drivers. Can't use ZAN - it is only for Win2000 and up.
Any suggestions of a driver that might work would be much appreciated.