.
HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1
212-599-2048
Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development
Chat now
.
EN - English
CN - 中文
JP - 日本語
DE - Deutsch
FR - Français
BR - Português
RU - Pу́сский
IT - Italiano
IN - हिन्दी
ES - Español
KR - 한국어
ID - Indonesia
NL - Dutch
TR - Türkçe
SA - العربية
SE - Svenska
NO - Norsk
PL - Polski
TH - ไทย
DK - Dansk
MY - Malay
PH - Filipino
GR - Ελληνικά
FI - Suomi
IL - עברית
IE - Gaeilge
CZ - Čeština
UA - Українська
RO - Română
VN - Tiếng Việt
BD - বাংলা
HU - Magyar
Need a Domino Consultant? Call NotesMail +1 212-599-2048
-
HCLSoftware Business Partner
PROGRAMMING OVERVIEW AND USER INTERFACE
Examples: Window title formulas
1. This formula displays the static text "Focus Group Discussion" in the title bar.
"Focus Group Discussion"
2. This formula displays the static text "New Topic" for a new document. For an existing document, the formula displays the contents of the Subject field followed by text indicating the number of response documents associated with this document.
@If(@IsNewDoc; "New Topic"; Subject +
@DocDescendents(" (No Responses)"; "(1 Response)"; "(% Responses)"))
3. This formula displays a window title suited to a Response or a Response to Response document.
@If(@IsNewDoc; "New Response to " + Subject;
"Response " + @DocNumber("") + " of " + @DocSiblings + " to " + Subject)
4. This formula, which evaluates to a time-date value, is legal.
@Created
5. In this formula, the time-date field must be explicitly converted to text because it is part of an expression.
"Response created on " + @Text(@Created)
See Also
Window title formulas
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Feedback on
Help
or
Usability
?
Help on Help
All Help Contents