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
Enumerates the pending faxes or the outgoing faxes.
Note: This function can only be used under Windows 2000 or XP.. In Windows Vista (and later), the management of faxes is available with Windows Professional and Windows Integral Edition.
Ejemplo
IDConnect is int
IDConnect = FaxConnect()
...
ResEnvoiFax is boolean
ResEnvoiFax = FaxSend(IDConnect, "MonFax", "Message.txt", "0102030405")
...
ListeEnvoi is string 
ListeEnvoi = FaxOutbox(IDConnect)
...
FaxDisconnect(IDConnect)
Sintaxis
<Result> = FaxOutbox(<Connection ID>)
<Result>: Character string
List of fax identifiers separated by CR characters (Carriage Return). This identifier enables you to handle the fax via the functions for fax management. The fax identifiers correspond to all the faxes waiting to be sent or currently sent (not just the faxes sent by FaxSend).
<Connection ID>: Integer
Connection identifier, returned by FaxConnect.
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: 21/09/2024

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