|
|
|
|
|
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. IF sCompteEncours = gpwSupervisor() THEN
...
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: | | languageEnglish | Account login "Superviseur" in English: "Supervisor". | languageFrench | Supervisor" account login in French: "Superviseur. | languageSpanish | Supervisor" account login in Spanish: "Supervisor. |
Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|