ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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
<Connection variable>.ListUser (Function)
In french: <Variable Connexion>.ListeUtilisateur
HFSQL Client/ServerAvailable only with this kind of connection
Returns the list of users defined for a connection.
Example
// Describe the connection
MyConnection is Connection

// Open the connection
MyConnection.OpenConnection()
Result1 is string
Result1 = MyConnection.ListUser()
// Add the users into a List Box control
LIST_Mylist.Add(Result1)
Syntax
<Result> = <Connection>.UserList()
<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 <Connection variable>.ModifyServerRights or <Connection variable>.InfoServerRights), function <Connection variable>.ListUser returns the current user only..
<Connection>: Connection variable
Name of the Connection variable that describes the connection to use.
Component: wd300hf.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 12/05/2024

Send a report | Local help