Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WinFax + XP + setnumber problem
Message
From
18/09/2003 06:11:00
Agnes Cheng
DynamicTech Consultants Ltd.
Hong Kong, Hong Kong
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
WinFax + XP + setnumber problem
Miscellaneous
Thread ID:
00830210
Message ID:
00830210
Views:
48
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.
Next
Reply
Map
View

Click here to load this message in the networking platform