AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / HFSQL / Funciones HFSQL Client/Server
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
Returns the list of groups of users defined for a connection.
Example
// Describe the connection
HDescribeConnection("MyConnection", "Julia", "Password", ...
"MyHFServer", "MyDatabase", hAccessHFClientServer, hORead)
// Open the connection
HOpenConnection("MyConnection")
Res is string
Res = HListGroup("MyConnection")
// Add the groups into a List Box control
LIST_Mylist.Add(Res)
Syntax
<Result> = HListGroup(<Connection>)
<Result>: Character string
Name of existing groups for the specified connection. The names of groups are separated by CR characters (Carriage Return).
Remark: If the current user does not have the rights to see the users (hRightsSeeUser constant) on the server (HModifyServerRights or HInfoServerRights), HListGroup returns only the current group.
<Connection>: Character string or Connection variable
Connection used. This connection corresponds to:
Component: wd290hf.dll
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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