Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WinFax + XP + setnumber problem
Message
De
18/09/2003 06:11:00
Agnes Cheng
DynamicTech Consultants Ltd.
Hong Kong, Hong Kong
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
WinFax + XP + setnumber problem
Divers
Thread ID:
00830210
Message ID:
00830210
Vues:
46
The Following Code is work very well in WinME , however same coding in "WinXP"
the winfax program seems cannot get the "number - 22645584" , There is a window prompt and asked me to input the number again,

Please Help ~~~~~~~~~~~~~
From Agnes
------------------------------------------------------

SET PRINTER TO 'WinFax'
oWinFax = CreateObject("WinFax.SDKSend")
oWinFax.ShowCallProgess(1)
oWinFax.ShowSendScreen(0)
oWinFax.setUseCover(0)
oWinFax.SetNumber('22645584')
oWinFax.SetCompany('dts-agnes')
oWinFax.SetSubject('hello')
oWinFax.SetTo('dts-TT')
oWinFax.SetPrintFromApp(1)
oWinFax.AddAttachmentFile("")
oWinFax.AddRecipient && Required
oWinFax.Send(1)
oWinFax.LeaveRunning()

rptNumPages = 1
REPORT FORM myReportName TO PRINTER NOCONSOLE

RELEASE oWinFax
oWinFax = .NULL.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform