AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Gestión de 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
Enumerates the pending faxes or the outgoing faxes.
Remark: This function can only be used in Windows 2000 or XP. In Windows Vista (and later), the management of faxes is available with Windows Professional et Windows Integral Edition.
Example
ConnectID is int
ConnectID = FaxConnect()
...
ResSendFax is boolean
ResSendFax = FaxSend(ConnectID, "MyFax", "Message.txt", "0102030405")
...
ListSent is string
ListSent = FaxOutbox(ConnectID)
...
FaxDisconnect(ConnectID)
Syntax
<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.
Component: wd290com.dll
Versión mínima requerida
  • Versión 10
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

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