AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones Net
  • Example: Displaying a message box on the client computer
NetClientMessageBox (Example)
Example: Displaying a message box on the client computer
The following example is used to display a dialog box on all the connected client computers.
// On the client computer
ConnectRPC is int
ConnectRPC = NetConnect("148.61.125.245", RPCServer, "GUEST", "")
...
 
// On the server
ServerID is int = NetStartServer()
// Display a YesNo dialog box on the client computer
IF NetClientMessageBox(ServerID, "Do you want to continue?", ...
"", netYesNo) = 1 THEN
...
END
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/05/2022

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