ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / User Groupware functions
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
Retrieves the characteristics of a user of the user groupware.
Example
// Find the user
clUser is gpwUser = gpwFindUser(gsEmail)
// User not found
IF ErrorOccurred THEN
RETURN
END
 
// Modify the password
clUser.Password = EDT_NewPassword
IF gpwModifyUser(clUser) = False THEN
Info("Unable to modify the user.")
RETURN
END
Syntax
<Result> = gpwFindUser(<Identifier>)
<Result>: gpwUser variable
Name of the gpwUser variable containing the characteristics of the user.
<Identifier>: Character string
Username or user's email address. If an email address is specified, the search will be performed in the Email property of the gpwUser variable, otherwise the search will be performed in the Login property of the gpwUser variable.
Component: wd290gpu.dll
Minimum version required
  • Version 19
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help