|
|
|
|
|
- Overview
- How to handle faxes?
- Programming the use of faxes
Handling incoming or outgoing faxes
To send and receive faxes directly from an WINDEV application or a WEBDEV site, several functions allow you to handle faxes via the fax server available in Windows XP and Windows 2000. In Windows Vista, the management of faxes is available in Windows Vista Professional Edition and Windows Vista Ultimate Edition. Reminder: faxes can also be sent from a WINDEV application or from a WEBDEV site. For more details, see Sending faxes. To handle the incoming or outgoing faxes from a WINDEV application or a WEBDEV site, you must: Programming the use of faxes To use the incoming or outgoing faxes from a WINDEV application, you must: - Read the content of the in-box (FaxInbox) or the content of the out-box (FaxOutbox) of faxes. These functions are used to retrieve the numeric identifiers of incoming or pending faxes.
- The fax identifiers allows you to:
- Find out the status of the fax and its characteristics (FaxStatus and FaxCompleteStatus structure).
- Handle the fax with the following functions:
| | FaxDelete | Deletes a fax from the spooler and cancels it. Then, FaxStatus can no longer be used on this fax. | FaxPause | Pauses a fax in the spooler. If the fax is enabled, it will be paused when it goes back to the spooler. | FaxRestart | Restarts a fax in the spooler. This function only applies to the pending faxes. | FaxResume | Re-enables a fax paused in the spooler (pending fax). |
Related Examples:
|
Unit examples (WINDEV): Sending a fax
[ + ] Sending a fax with WINDEV. The fax can be sent via a fax server or via a modem properly installed and configured on the user computer.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|