ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: Managing faxes
16 results
Configuring the "fax server" computer
WINDEV and WEBDEV allow you to manage faxes via the system fax server, available in Windows XP and Windows 2000...
Fax constants
List of constants used by the functions for managing faxes.
Fax functions
List of fax functions
FaxCompleteStatus Structure
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus...
FaxConnect (Function)
Establishes a connection to a fax server.
FaxDelete (Function)
Deletes a fax from the spooler and cancels it.
FaxDisconnect (Function)
Closes a connection to a fax server (established beforehand by FaxConnect).
FaxInbox (Function)
Enumerates the pending faxes or the incoming faxes.
FaxOutbox (Function)
Enumerates the pending faxes or the outgoing faxes.
FaxPause (Function)
Pauses a fax in the spooler.
FaxRestart (Function)
Restarts a fax in the spooler.
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
FaxSend (Function)
Sends a fax according to the connection that was established beforehand (FaxConnect).
FaxStatus (Function)
Returns the status of a fax sent by FaxSend.
Handling incoming or outgoing faxes
To send and receive faxes directly from an WINDEV application or a WEBDEV website, several functions allow you to handle faxes via the fax server available in Windows XP and Windows 2000...
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000...