ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / HFSQL / Managing HFSQL Client/Server
  • Overview
  • Details of the HClient structure
  • Variables of the structure
  • Functions that use the HClient structure
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
HClient structure
HFSQL Client/ServerAvailable only with this kind of connection
Overview
The HClient structure is used to:
Details of the HClient structure

Variables of the structure

The following variables are used to manage Client computers:
HClient.ApplicationCharacter string.
Application name.
This name is returned by HListConnectedUser.
HClient.DatabaseCharacter string.
HFSQL Client/Server database.
HClient.FileCharacter string.
Data file.
HClient.LoginCharacter string
Username.
HClient.ComputerCharacter string.
User's machine: Machine name or IP address.

The functions that use this structure will apply to the connections whose user is identified by the HClient.Login login and performed by a HClient.Application application. This application is run on the HClient.Computer computer and uses the HClient.File data file of the HClient.Database database.
Each variable in the structure can have a "" (empty string) value which means "any value".
Functions that use the HClient structure
The following functions use the HClient structure:
HDisconnectClientDisplays a message on the Client computer(s) and disconnects the application.
HResetClientInitializes the structure for managing the Client computers (HClient structure).
HSendMessageToClientDisplays a message on the client computers.
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help