ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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
NetClientMessageBoxDisplays a dialog box on each client computer connected to the server.
NetClientSendMessageSends a message from the server to all the connected client computers.
NetCloseRemoteAccessCloses the line that was opened by NetOpenRemoteAccess.
NetConnectConnects to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV.
NetDirListLists the directories and the files found:
  • on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV,
  • on the client computer.
NetDisconnectDisconnects from an FTP server (File Transfer Protocol) or from a RPC server (Remote Procedure Call) powered by WINDEV.
NetDiskListLists the available disks:
  • on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV,
  • on the client computer.
NetEndServerStops an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV and started by NetStartServer.
NetEraseFileDeletes a file from the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV.
NetExecuteRuns a specific program on an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV.
NetGetFileRetrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV.
NetInfoRemoteAccessReturns information about the status of a connection as well as the statistics about this connection.
NetIPAddressReturns the IP (Internet Protocol) address of a computer.
NetIPToMACReturns the MAC address corresponding to a given IP address.
NetListIPAddressReturns the list of IP addresses (Internet Protocol) for a computer.
NetListRemoteAccessReturns the list of available remote accesses.
NetMACAddressReturns the MAC address (physical address) of one of the network cards found on the computer.
NetMachineNameReturns the name of the local computer or the name of a computer whose IP address is known (reverse DNS resolution).
NetMACToIPReturns the IP address corresponding to a given MAC address.
NetMsgErrorReturns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
NetOpenRemoteAccessEstablishes a remote connection.
NetRemoteMessageBoxDisplays a dialog box on the screen of the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV.
NetRenameFileRenames (or moves) a file found on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV.
NetSendBufferTransmits a character string to an FTP server (File Transfer Protocol) or to a RPC server (Remote Procedure Call) powered by WINDEV.
NetSendFileTransmits a file to an FTP server (File Transfer Protocol) powered by WINDEV.
NetSendMessageTriggers a Windows event on the system of an FTP server (File Transfer Protocol) or RPC server (Remote Procedure Call) powered by WINDEV.
NetServerOptionManages the rights of clients on the server (FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV).
NetStartServerStarts an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment