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 / Funciones Net
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
Advertencia
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.
Displays a dialog box on each client computer connected to the server. The server is an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV.
Note This function is only enabled when all dialog boxes are closed on all client workstations.
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
Sintaxis
<Result> = NetClientMessageBox(<Server identifier> , <Message> , <Window title> , <Window type>)
<Result>: Integer
Number of the button clicked in the message box by the last client computer.
<Server identifier>: Integer
Identifier of the server (returned by NetStartServer).
<Message>: ANSI character string
Text that must be displayed in the dialog box.
<Window title>: ANSI character string
Text displayed in the title bar of the window.
<Window type>: Integer constant
Type of the dialog box to display.
netConfirmMessage box with Yes, No and Cancel buttons.
netInfoInformation message box (OK button only).
netOkCancelMessage box with OK and Cancel buttons.
netRetryCancelMessage box with Retry and Cancel buttons.
netRetryIgnoreMessage box with Cancel, Retry and Ignore buttons.
netYesNoMessage box with Yes and No buttons.
Componente: wd300com.dll
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/03/2025

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