Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using DDE to talk to Winfax Pro 9.0
Message
De
23/04/1999 14:00:43
Lisa Luft
Communication Data Services
Des Moines, Iowa, États-Unis
 
 
À
23/04/1999 13:48:58
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00211613
Message ID:
00211628
Vues:
26
Thanks for your reply,

I have set the showsendscreen to 0. Here is the following steps I have taken to
set channels and send the document to fax.

FaxChan = DDEInitiate("FAXMNG32","CONTROL")
retvar=DDEExecute(FaxChan,"GoIdle")
FaxChan = DDEInitiate("FAXMNG32","TRANSMIT")
retvar=DDEPoke(FaxChan,"sendfax",attach("U:\fax\cdifrib.fax")')
retvar=DDEPoke(FaxChan,"sendfax",'recipient("2466730","11:11:11","12/12/95")')
retvar=DDEPoke(FaxChan,"Sendfax",'resolution("HIGH")')
retvar=DDEExecute(FaxChan,"GoActive")
retvar=DDEPoke(FaxChan,"sendfax",'showsendscreen("0")')
retvar=DDEPoke(FaxChan,"sendfax","SendFaxUI")
retvar=DDETerminate(FaxChan)

I am wondering if there should be parameters following the "SendFaxUI".

HELP!

Thank You for your time!
Lisa Luft
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform