.
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
FORMULA LANGUAGE
Examples: RefreshFrame command
1. This code, when used in a hotspot button in a frame, refreshes the frame named "right" in that frameset.
@Command([RefreshFrame];"right")
2. This code does not refresh any frames.
@Command([RefreshFrame])
3. This code refreshes the "left" frame of the frameset.
@SetTargetFrame("left");
@Command([RefreshFrame])
4. This example is used in a nested frameset named "outerFrameset" that contains two frames, named "left" and "right." Its "right" frame contains another frameset, named "innerFrameset", which also contains two frames named "left" and "right." This code, when used in a hotspot button in any of the frames, either in the "outerFrameset" or "innerFrameset" framesets, refreshes both frames in the "innerFrameset" frameset. It executes on only the "outerFrameset," by updating the contents of its "right" frame.
@Command([RefreshFrame];"right")
See Also
RefreshFrame @Command
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Feedback on
Help
or
Usability
?
Help on Help
All Help Contents