Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Castelle FaxPress Anybody ? Help....!!!!
Message
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00606159
Message ID:
00606350
Views:
36
>What kind of Dll you gona use? If you mean Fax Service (Windows 2000/Windows XP)
>here is code that you can use in order to send a Fax:
>*******************************************************************************
>
>SET OLEOBJECT ON
>
>loFaxServer = CreateObject("FaxServer.FaxServer")
>loFaxServer.Connect('') && It will use local Fax Server
>loFaxDoc = loFaxServer.CreateDocument("C:\fax\fax.txt")
>loFaxDoc.FaxNumber = "+1 (450) 2663985"
>loFaxDoc.RecipientName = "Marat Chariev"
>loFaxDoc.Send()
>
>loFaxDoc = .NULL.
>loFaxServer.Disconnect()
>loFaxServer = .NULL.
>
>Good Luck
Nelson F. Marmol
www.softland-inc.com

"Beware of programmers who carry screwdrivers."
Previous
Reply
Map
View

Click here to load this message in the networking platform