Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OLE error... Microsoft Faxserver
Message
 
 
À
24/04/2008 12:13:06
Raza Malik
Universal Accounting Software
Edgewater, New Jersey, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Versions des environnements
Visual FoxPro:
VFP 7 SP1
Divers
Thread ID:
01312884
Message ID:
01313287
Vues:
26
See if Re: Faxserver document handle Message #1313235 can help

>
>I just start using MS Faxserver to send faxes through a VFP application. Faxserver is working fine, tested and all permissions is given to all users.
>
>Liatsed below is the code is use to test the Faxserver.
>
>
>xfaxsoftw = "\\server\FaxServer"
>oFax = CreateObject("faxserver.faxserver")
>oFax.connect(xfaxSoftw)
>fd = oFax.CreateDocument("c:\testdoc.doc")
>fd.FileName = "c:\test.doc"
>fd.Faxnumber = "2121239999"
>fd.Displayname = "MYNAME"
>fd.sendcoverpage = .f.
>fd.Faxdocument.Send
>oFax.Disconnect()
>release oFax, fd
>
>
>running my program in one machine on the network it gives this error when it
>runs the line to "Connect":
>
>"OLE error code 0x80004005 unspecified error"
>
>What am I doing wrong ?
>
>Any suggestions? Thanks.
>
>Raz
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform