AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones Net
  • Retrieving the message on the client computers
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
Warning
This function is kept for backward compatibility. It is recommended to use a standard FTP, SSH or SCP server. For more details, see Handling files on an FTP server and Standard FTP functions.
Sends a message from the server to all the connected client computers. The server is an FTP server (File Transfer Protocol) or a RPC server (Remote Procedure Call) powered by WINDEV.
NetClientSendMessage(ServerID, "Received", 0, 0)
Syntax
NetClientSendMessage(<Server identifier> , <Event> [, <Parameter 1> [, <Parameter 2>]])
<Server identifier>: Integer
Identifier of the server used (returned by NetStartServer).
<Event>: Integer or Ansi chracter string
Identifier of the Windows event sent to the windows of client computers (number of Windows event or specific character string).
<Parameter 1>: Optional integer
Parameter associated with the event.
<Parameter 2>: Optional integer
Parameter associated with the event.
Remarks

Retrieving the message on the client computers

The Windows message sent to the client computers can be retrieved by intercepting the event with Event (see the full example).
Component: wd290com.dll
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 07/06/2023

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