AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Gestión de faxes
  • Overview
  • How to handle faxes?
  • Programming the use of faxes
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Handling incoming or outgoing faxes
Overview
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.
How to handle 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:
  1. 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.
  2. 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:
      FaxDeleteDeletes a fax from the spooler and cancels it. Then, FaxStatus can no longer be used on this fax.
      FaxPausePauses a fax in the spooler. If the fax is enabled, it will be paused when it goes back to the spooler.
      FaxRestartRestarts a fax in the spooler. This function only applies to the pending faxes.
      FaxResumeRe-enables a fax paused in the spooler (pending fax).
Related Examples:
Sending a fax 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.
Versión mínima requerida
  • Versión 10
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 22/06/2023

Señalar un error o enviar una sugerencia | Ayuda local