AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Comunicación / Gestión de faxes
  • Overview
  • How to handle faxes?
  • Programming the use of faxes
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Overview
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. In Windows Vista, the management of faxes is available in Windows Vista Professional Edition and Windows Vista Ultimate Edition.
Reminder: it is also possible to send faxes from a WINDEV application or 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 website, 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).
Versión mínima requerida
  • Versión 10
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/09/2024

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