AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Groupware Usuario
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
gpwSupervisor (Function)
In french: gpwSuperviseur
Returns the username of the "Supervisor" account according to the framework being used. This account is created automatically when the groupware is set up.
Remark: Since the groupware and its files are multilingual, it is possible to retrieve the value of the constant that represents the name of the "Supervisor" account.
Example
IF sCurrentAccount = gpwSupervisor() THEN
// Program below the code to run
// when the supervisor is the current account
...
END
Syntax
<Result> = gpwSupervisor()
<Result>: Character string
Supervisor username according to the framework being used. Corresponds to:
  • "Supervisor" if the framework is in English,
  • "Superviseur" if the framework is in French,
Business / UI classification: Neutral code
Component: wd290gpu.dll
Versión mínima requerida
  • Versión 24
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/11/2022

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