Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Foxpro and Winfax (use as object or DDE)

Status
Not open for further replies.

clmcdade

Programmer
Joined
Oct 4, 2001
Messages
6
Location
US
Hello,

I am trying to set up an application that will use WinFax to send faxes and have used the model in the FAQ :

oFaxObject=CreateObject("faxmng32.application")

oFaxObject.FaxName=mfaxname
oFaxObject.FaxNumber=mfaxno
oFaxObject.FaxDocument=mfaxdoc
oFaxObject.Send

However, when I use the CreateObject statement above, I get a class definition not found error message. I have also tried "winfax.application" with the same result. Can anyone suggest an appropiate statement for CreateObject?

An alternative would be for me to use the DDE functions in WinFax to essentially accomplish the same thing. Any thoughts or suggestions?

Thank you for your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top