` Interfacing to WinFax Pro using DDE (Leonid Chudakov ) - Icetips Article
Icetips - Templates, Tools & Utilities for Clarion Developers

Templates, Tools and Utilities
for Clarion Developers

Icetips Article

Back to article list   Search Articles     Add Comment     Printer friendly     Direct link  

Par2: Interfacing to WinFax Pro using DDE
1999-07-09 -- Leonid Chudakov
 
This is how I'm sending .txt files via WinFax: WinFaxServer = DDECLIENT('FAXMNG','CONTROL') If winfaxServer <> 0 Then DDEEXECUTE(WinFaxServer,'GoIdle') DDECLOSE(WinFaxServer) WinFaxServer = DDECLIENT('FAXMNG','TRANSMIT') DDEPOKE(WinFaxServer,'sendfax','recipient("' & CLIP(AGE:Phone) & '")') DDEPOKE(WinFaxServer,'sendfax','attach("' & CLIP(TxtFileName) & '")') !DDEPOKE(WinFaxServer,'sendfax','showsendscreen("1")') DDEPOKE(WinFaxServer,'sendfax','resolution("HIGH")') DDEPOKE(WinFaxServer,'sendfax','SendfaxUI') WinFaxServer = DDECLIENT('FAXMNG','CONTROL') DDEEXECUTE(WinFaxServer,'GoActive') DDECLOSE(WinFaxServer) WinFaxServer = 0 Else Message('No WinFax detected.') EXIT End


Today is April 23, 2024, 10:22 am
This article has been viewed 35105 times.



Back to article list   Search Articles   Add Comment   Printer friendly

Login

User Name:

Password: