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
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
Deletes a fax from the spooler and cancels it. Then, FaxStatus can no longer be used on this fax.
Note This function can only be used with Windows 2000, XP or higher. In Windows Vista (and later), the management of faxes is available with Windows Professional and Windows Integral Edition.
Sintaxis
<Result> = FaxDelete(<Connection ID> , <Fax name or Fax identifier>)
<Result>: Boolean
  • True if the fax is deleted,
  • False otherwise (if the name of the fax does not exist for example).
<Connection ID>: Integer
Connection identifier, returned by FaxConnect.
<Fax name or Fax identifier>: Character string
Corresponds to:
  • the name used to identify the outgoing fax. This name was defined with FaxSend.
  • the fax identifier (obtained using FaxOutbox or FaxInbox)
Observaciones
This feature can also be applied to the faxes currently transmitted. In this case, the transmission is canceled.
Componente: wd300com.dll
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: 27/03/2025

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