ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Returns the list of users defined for a connection.
Example
// Description de la connexion
HDescribeConnection("MaConnexion", "Julie", "MotDePasse", "MonServeurHF", "MaBaseDeDonnées", ...
	hAccessHFClientServer, hORead)
// Ouverture de la connexion
HOpenConnection("MaConnexion")
Résultat1 is string
Résultat1 = HListUser("MaConnexion")
// Ajout des utilisateurs dans un champ Liste 
ListAdd(LISTE_Maliste, Résultat1)
Syntax
<Result> = HListUser(<Connection>)
<Result>: Character string
Name of the existing users for the specified connection. User names are separated by Carriage Returns.
Note: If the current user does not have the right to view users (constant hRightViewUser) on the server (function HModifyServerRights or HInfoServerRights), function HListUser returns the current user only..
<Connection>: Character string or Connection variable
Connection to use. This connection corresponds to:
Component: wd300hf.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/12/2025

Send a report | Local help