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!

Create object for WinFax with VFP5

Status
Not open for further replies.

clmcdade

Programmer
Joined
Oct 4, 2001
Messages
6
Location
US
Has anyone had experience with setting up WinFax as an object in VFP? I have tried the following :


oFaxObject=CreateObject("faxmng32.application")

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

but it returns the error message : "class definition "faxmng32.application" is not found.
(I also tried "winfax.application" with the same result.)

Also, are there standardized names for the other variables I'll be using , such as faxname, faxnumber, faxdoc, etc. ?

Thank you for your help.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top