|
|
|
|
|
gpwVisitor (Function) In french: gpwVisiteur Returns the value corresponding to the word "Visitor" according to the framework used or the language specified. A visitor is anyone who is not a supervisor. Note: As groupware and groupware files are multilingual, it is possible to retrieve the value of the constant representing the word "Visitor". sCstVisiteur is string
sCstVisiteur = gpwVisitor()
Syntax
<Result> = gpwVisitor([<Language>])
<Result>: Character string Value of the word "Visitor". If the <Langue> parameter is not specified, the value returned depends on the framework used: - "Visitor (not connected)" if the framework is in English,
- "Visiteur (non connecté)" if the framework is in French.
<Language>: Optional constant Language to be used to obtain the value corresponding to "Visitor": | | languageEnglish | Value corresponding to "Visitor (not connected)". | languageFrench | Value corresponding to "Visiteur" in French: "Visiteur (non connecté)". | languageSpanish | Value corresponding to "Visitor" in Spanish: "Visitor (not connected)". |
Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|