Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Winfax Pro
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Divers
Thread ID:
00606841
Message ID:
00606917
Vues:
17
Rm,
take a look at the WinFax Demo program in download Id# 1283. There are come comments in there about the cover page.
John.


>I am sending out faxes using VFP 6.0 sp5 and Winfax 9.0. My automatic fax program is working but it is always sending a cover page. Is there a way to disable the coverpage programmitacally. This is the current code that I am using.
>
>oFax=CreateObject("WinFax.SDKSend")
>oFax.LeaveRunning
>
>ofax.setTo("")
>oFax.SetCompany(cname)
>oFax.SetSubject(subj)
>oFax.SetNumber(faxnum)
>oFax.AddAttachmentFile("")
>oFax.SetCoverFile("")
>oFax.SetCoverText(" ")
>oFax.SetPrintFromApp(1)
>oFax.AddRecipient
>oFax.Send(0)
>
>set printer to name winfax
>report form report1.frx to printer noconsole noeject
>
>RELEASE oFax
>
>
>TIA
>Rob
Beer is proof that God loves man, and wants him to be happy. - Benjamin Franklin
John J. Henn
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform