ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / User Groupware functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
gpwSupervisor (Function)
In french: gpwSuperviseur
Returns the login of the "Supervisor" account according to the framework used or the language specified. This account is created automatically when the groupware is set up.
Note: As groupware and groupware files are multilingual, it is possible to retrieve the value of the constant representing the "Supervisor" account name.
Example
IF sCompteEncours = gpwSupervisor() THEN
	// Programmer ci-dessous le code à exécuter 
	// lorsque le compte en cours est le superviseur
	...
END
Syntax
<Result> = gpwSupervisor([<Language>])
<Result>: Character string
Supervisor account login.
If the <Langue> parameter is not specified, the value returned depends on the framework used: Corresponds to:
  • "Supervisor" if the framework is in English,
  • "Superviseur" if the framework is in French,
<Language>: Optional constant
Language to be used to obtain the "Supervisor" account login:
languageEnglishAccount login "Superviseur" in English: "Supervisor".
languageFrenchSupervisor" account login in French: "Superviseur.
languageSpanishSupervisor" account login in Spanish: "Supervisor.
Business / UI classification: Neutral code
Component: wd300gpu.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/28/2025

Send a report | Local help