CN=Rob Shaver/O=IrisCN=Ryan Jansen/O=IrisCN=Damien Katz/O=IrisCN=Lotus Notes Template Development/O=Lotus NotesExperienced Users Primer|Experienced Users PrimerOnly using this frameset to get page window title to show up in client#4C#########
Need a newer version of Notes to execute this button.
0S0E
Misc. Settings
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
W,h6u
$INFO
$Script
$$Script_O
$$ScriptName
$$FormScript
$$$FormScript_O
$$FormAction5
$BODY
Title
Lotus Product
OBJECT
Notefile'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Postopen(Source As Notesuidocument)
Declare Sub Queryclose(Source As Notesuidocument, Continue As Variant)
Declare Sub Terminate
Declare Sub Postrecalc(Source As Notesuidocument)
Declare Sub Postmodechange(Source As Notesuidocument)
Declare Sub Querymodechange(Source As Notesuidocument, Continue As Variant)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Static Source As NOTESUIDOCUMENT
Set Source = Bind(Objectname_)
On Event Postopen From Source Call Postopen
On Event Queryclose From Source Call Queryclose
On Event Postrecalc From Source Call Postrecalc
On Event Postmodechange From Source Call Postmodechange
On Event Querymodechange From Source Call Querymodechange
End Sub
'++LotusScript Development Environment:2:2:Postopen:1:12
Sub Postopen(Source As Notesuidocument)
End Sub
'++LotusScript Development Environment:2:2:Queryclose:1:12
Sub Queryclose(Source As Notesuidocument, Continue As Variant)
Set ws = New NotesUIWorkSpace
End Sub
'++LotusScript Development Environment:2:2:Terminate:1:10
Sub Terminate
Set ws = New NotesUIWorkSpace
End Sub
'++LotusScript Development Environment:2:2:Postrecalc:1:12
Sub Postrecalc(Source As Notesuidocument)
Set ws = New NotesUIWorkSpace
End Sub
'++LotusScript Development Environment:2:2:Postmodechange:1:12
Sub Postmodechange(Source As Notesuidocument)
Set ws = New NotesUIWorkSpace
End Sub
'++LotusScript Development Environment:2:2:Querymodechange:1:12
Sub Querymodechange(Source As Notesuidocument, Continue As Variant)
Set ws = New NotesUIWorkSpace
End Sub
-No Title-
TitleDatabase title.
Categori_zeK
_Edit Document
Send Docu_ment
_Forward
Add Icon:
Server
Pathname
4S5S6S
OpenN
Server
Pathname
4S5S6S8S10S12S
BrowseV
Server
Pathname
4S5S6S8S10S12S14S
_Move to Folder...
_Remove from Folder...
Categori_zeK
_Edit Document
Send Docu_ment
_Forward
Add Icon:
Server
Pathname
4S5S6S
OpenN
Server
Pathname
4S5S6S8S10S12S
BrowseV
Server
Pathname
4S5S6S8S10S12S14S
_Move to Folder...
_Remove from Folder...
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$AUTOLAUNCH
$INFO
$WINDOWTITLE
$$Script_O
$$ScriptName
$$FormScript
$$$FormScript_O
$BODY
$V5ACTIONS
$ACTIONS
PageBackground.gif
Page2
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$Background
$INFO
$$ScriptName
$BODY
DontContinue'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Queryopen(Source As Notesuidocument, Mode As Integer, Isnewdoc As Variant, Continue As Variant)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Static Source As NOTESUIDOCUMENT
Set Source = Bind(Objectname_)
On Event Queryopen From Source Call Queryopen
End Sub
'++LotusScript Development Environment:2:2:Queryopen:1:12
Sub Queryopen(Source As Notesuidocument, Mode As Integer, Isnewdoc As Variant, Continue As Variant)
Continue = False
End Sub
Lotus Product
This does a FALSE on the continue
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
,5({y%
$INFO
$$ScriptName
$$FormScript
$$$FormScript_O
$BODY
PageBackground.gif
Page1
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
,pF3_m
$Background
$INFO
$$ScriptName
$BODY
'++LotusScript Development Environment:2:5:(Options):0:74
Option Public
Option Explicit
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Class SortableEntry
Declare Class SortableList
Declare Sub Initialize
Declare Function BuildSearchFromList(vItemNames As Variant, vList As Variant) As String
Declare Function BuildSearchFromValue(strItemName As String, strValue As String) As String
Declare Function FormulaAppend(strMainFormula As String, strFormula As String, Byval iType As Integer) As String
Declare Function ConvertArrayToList(vArray As Variant, Byval bIncludeQuotes As Integer) As String
Declare Function BuildDateTimeFormula(strItemName As String, dtValue As NotesDateTime, Byval iComp As Integer) As String
Declare Function BuildNumberFormula(strItemName As String, Byval iNumber As Integer, Byval iComp As Integer) As String
Declare Function SearchForDatabase(dbToSearch As notesdatabase, strFormula As String) As notesdocumentcollection
Declare Sub ProcessResults(collection As notesdocumentcollection, newnote As NotesDocument)
Declare Sub AddLineItemToResults(rtitem As notesrichtextitem, strReplicaID As String, strServer As String, strNoteID As String, strTitle As String, strData As String, filename As String)
Declare Sub InitRTStyle(rtstyle As NotesRichTextStyle)
Declare Sub AddEntryToResults(rtitem As notesrichtextitem, sortlist As sortablelist)
Declare Function ExecuteSearch(vValues As Variant, strForm As String) As NotesDocument
'++LotusScript Development Environment:2:5:(Declarations):0:10
'FormulaBuilder:
Const FORMULA_TYPE_AND = 1
Const FORMULA_TYPE_OR = 2
Const OP_LESS = 1
Const OP_GREATER = 2
Const OP_EQUAL = 3
Const OP_LESSEQUAL = 4
Const OP_GREATEREQUAL = 5
Dim dbCatalog As Notesdatabase
' We normally would not go for public data members, but we want speed and simplicity
Class SortableEntry
Public m_vNext As SortableEntry
Public m_vPrev As SortableEntry
Public m_strTitle As String
Public m_strData As String
Public m_strReplicaID As String
Public m_strServer As String
Public m_filename As String
Public m_strNoteID As String
End Class
Class SortableList
Public m_head As SortableEntry
Sub AddEntry(vEntry As SortableEntry)
Dim currententry As SortableEntry
If (m_head Is Nothing) Then
Set m_head = vEntry
Exit Sub
Else
' find the first place to insert this
Set currententry = m_head
While (Strcompare(vEntry.m_strTitle, currententry.m_strTitle) > 0)
If (currententry.m_vNext Is Nothing) Then
' we are at the end of the list; append
Set currententry.m_vNext = vEntry
Set vEntry.m_vPrev = currententry
Exit Sub
End If
Set currententry = currententry.m_vNext
Wend
' insert this entry
Set vEntry.m_vNext = currententry
Set vEntry.m_vPrev = currententry.m_vPrev
If Not(currententry.m_vPrev Is Nothing) Then Set currententry.m_vPrev.m_vNext = vEntry
Set currententry.m_vPrev = vEntry
If currententry Is m_head Then Set m_head = vEntry
End If
End Sub
End Class
'++LotusScript Development Environment:2:2:Initialize:1:10
Sub Initialize
End Sub
'++LotusScript Development Environment:2:1:BuildSearchFromList:1:8
Function BuildSearchFromList(vItemNames As Variant, vList As Variant) As String
Dim strFormula As String
Dim strItemNames As String
' First, check to see if any recipients were listed
'++LotusScript Development Environment:2:2:AddLineItemToResults:1:8
Sub AddLineItemToResults(rtitem As notesrichtextitem, strReplicaID As String, strServer As String, strNoteID As String, strTitle As String, strData As String, filename As String)
CN=Rob Shaver/O=IrisCN=Ryan Jansen/O=IrisCN=Lotus Notes Template Development/O=Lotus NotesNew Users Tour|New Users TourOnly using this frameset to get page window title to show up in client#4C####################################################
CN=Rob Shaver/O=IrisCN=Ryan Jansen/O=IrisCN=Lotus Notes Template Development/O=Lotus NotesPrimer Task 1FS|Primer Task 1FSOnly using this frameset to get a page title to show up#4C#
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Queryopendocument(Source As Notesuiview, Continue As Variant)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Static Source As NOTESUIVIEW
Set Source = Bind(Objectname_)
On Event Queryopendocument From Source Call Queryopendocument
End Sub
'++LotusScript Development Environment:2:2:Queryopendocument:1:12
Sub Queryopendocument(Source As Notesuiview, Continue As Variant)
Dim Workspace As NotesUIWorkspace
Dim Collection As NotesUIView
Dim Doc As NotesDocument
Set Workspace = New NotesUIWorkspace
Set collection = Source
Set doc = collection.Documents.GetFirstDocument
Call Workspace.URLOpen(doc.URL(0))
continue = False
End Sub
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$TITLE
$Name
$Index
$FORMULA
$FORMULACLASS
$VIEWFORMAT
$Comment
$ViewScript
More Bookmarks
Favorite Bookmarks|Favorites
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Queryopendocument(Source As Notesuiview, Continue As Variant)
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:2:BindEvents:1:129
Private Sub BindEvents(Byval Objectname_ As String)
Static Source As NOTESUIVIEW
Set Source = Bind(Objectname_)
On Event Queryopendocument From Source Call Queryopendocument
End Sub
'++LotusScript Development Environment:2:2:Queryopendocument:1:12
Sub Queryopendocument(Source As Notesuiview, Continue As Variant)
Dim Workspace As NotesUIWorkspace
Dim Collection As NotesUIView
Dim Doc As NotesDocument
Set Workspace = New NotesUIWorkspace
Set collection = Source
Set doc = collection.Documents.GetFirstDocument
Call Workspace.URLOpen(doc.URL(0))
continue = False
End Sub
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
Q qh `VV
$TITLE
$Name
$Index
$FORMULA
$FORMULACLASS
$VIEWFORMAT
$Comment
$ViewScript
More Bookmarks\Search
Notes 5 Tour
Sorry - the tour is not available with the beta release of Notes 5.
To check out "what's new" in Notes 5, which is aimed at experienced Notes users but is still helpful for a first time user,
Experienced Users Primer
click here
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
USK*$
$INFO
$WINDOWTITLE
$BODY
New Users Page 1
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
c"l@5
$TITLE
$Comment
$FrameSet
$Flags
(GIF89aU
)))1cZ9ZZ9Z
JJJZ9ZZ9
c!Rc1
";rxx!
Mb|mLz
TWxAl
F{3nN#~
$/T.d
Rmow*
I7@h#
Q=nsm@
qgN2BP
HOzJV
dF2K]
4 XX!Q
~?8Fd
89=|H
(v^K5
e a3u
QuuL7cF
FWD^cC
0vx)y
bkGu)6z
@>h'VlF
`.@K1
x;EDr
5^ i-gl
/+0q'
\>%A<
j1ZkP
&\#0i}'.
uqL-s
Jyizx
CP*Rp
#/Bqc
vcG1f
j9!b8
!-0,l
*XeU/
80O' <
F9"Is[[
Ar;T8J
@*2=zb
&EADE
EZ,>m
\FUtF
,#**I
L"8K(0L
DN]M<FU
.)V*8
=T{3\h
effg>,(
g~vgO}e
:n_Zmq6
$G3Egt
2osgG
(WvTo
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$ImagesHigh
$ImagesColorize
$ImagesWide
$ImageData
$ImageNames
GIF89aU
)))1cZ9ZZ9c
JJJZZZZ
Bc!RcB
X[m9N
#NJJu$Y
j)!MDT
"6hM|
*|9Sgy
pH1T+
1?03I
:G:9Y
=Hmm_
^;]%
gcH0~PW~yv~
~ 7|&7&
f]^f]'
fc%`f=
n|vr]
xXl'W
k :](6
z@J[B
5vY$p
`[kh]
G7`b|
9*}0,
P1?P
uc|-0
vDTQF
R%;sV
Tt=] BC
Ap@G4
1cUT&'
:`!Zt
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$ImagesHigh
$ImagesColorize
$ImagesWide
$ImageData
$ImageNames
(GIF89aU
)))1cZ9ZZ9c
JJJZZZZ
(Dh(J
3FtPL
WYe.d
M>6&Ye
#^")7<
M:hAN
vTkMe
o'e_u
T#>%W
o6Y]*NqZ
{tEH@;
E`b[}a
P(%]x
b}%hJ
ELH{Q
D]HXk~
24Xwi
Xa,Pe$B
S6C!f.m
US)wd
b>gcSS
!c"u8Pe4
3M>Im
4(SKH:
LM>Oq
]~%t?
fMprF
_}]uK
q3fZ!K
I3q0I
mk+Sd
HHJ2!
mRUlbH!
5\=kc
VDh-%2V
hS-\Y
Oc)sxQ
PFftF
O@qO$
C#G+
+V+EV
E)5Zd
[,k\yz
6b&&'b
c2.c3
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$ImagesHigh
$ImagesColorize
$ImagesWide
$ImageData
$ImageNames
(GIF89aU
)))1cZ9ZZ9c
JJJZ9ZZZZZZ
c!RcB
)A!7Ux@
H*:"i
x"vH@
U^yYr
`rAGSPLP0
3El*D
P SOj
!xA*9P
*}iLg
:xLJt
JARwv
{^yNG*
5ia;0
.#)MP8
aT=`r
i:<?#n
R+9'?y
sHx'O
i= {|A
'~as0$
F?N4^
(F`$:P?-
)4PXx
"4(@i.0
O S.W
o`!!N
QdQqu
U\#9:
~;fEX
0zU[o
0K02[
;esB`
P@&4Z
pa0h $*
NEnH/
`ST'<@
pL8@a
*/6ZA
AC7tB6
7Z14[
Mw[&'
hE"@e
5Y&()"
/@R6C
*>I#P
+Qq:'
ca1ICAI
.f`~E
LeF[^
dmCqm~
do<ff
__xjs
7`G!H
[lQHWuJFw$
dNXUAiN
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$ImagesHigh
$ImagesColorize
$ImagesWide
$ImageData
$ImageNames
PageBackground.gif
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$Background
$INFO
$$ScriptName
$BODY
PageBackground.gif
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$Background
$INFO
$$ScriptName
$BODY
GIF89a
z&TOV
nb>#lgn
fB,|y
EW@R0%
O -vV
4D(Vu$
%Zevy8
wXYZm%VW
9F(ne
M[SYa
d%iCH
%yMo&C
)QNR,
8%l$w
rg4o
~T1G
BGMO7
z1AO~F
%P<Dm
BICvM
=9A"4q
?+G!A`
(,{G/,
R;QcZ
Hc4eF
EKG1S
o{4nS
B6BWh
C'y4`
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$ImagesHigh
$ImagesColorize
$ImagesWide
$ImageData
$ImageNames
Visionary
Primer Task 1
Visionary
Space
Sample InSpace.GIF
All I did was click on a bookmark...
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$INFO
$WINDOWTITLE
$$ScriptName
$BODY
Primer Task 1?
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$TITLE
$Comment
$FrameSet
$Flags
(GIF89aU
)))1cZ9ZZ9
JJJZ9ZZZZZZ
Bc!Rc!ccB
( k^+
Yfv_f
jKG,]
'z%!
+pFDa5
5E@fz
U. Cs
}ld_3
]W>QXDVE;
$gAET
QMEGR
@w<0}E
eM'Gz
Hr7Y+3hJ
%RhM3
hETW\ed
:#&pQg
$D>;aB
Th@o1
(h}mI
SaV10
<GnHJ
LZKY^
NvEAaB
htZkDT\
9|?gr
C9idr
'ERH+xa
@[X-{[
dl3 xQ
(]C}x
O8} Z
Z/B]_
B605n*
&J )
5e)bV
BS1.R
t(t4
2kLaZ
2AV.*
!%>1FXX=u
l^2*e
/F5!rP
Qnnf\
(?)H91
* Bc2B
p4S1E
*xP 4
A-TaL
K[-=\U
@4APZ
S2FR3F
mca|c
_&/aV
d6'{n
*>Nee
Pia&m
ypq~fg
(t2P`9
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
Q72}na
$ImagesHigh
$ImagesColorize
$ImagesWide
$ImageData
$ImageNames
(GIF89aU
)))1cZ9ZZ9Z
JJJZ9ZZZZZZ
c!RcB
% k^+
d {&)R
"L0Z(
r-JTeJ`
LbG*X
hw-I8
1 no|
^tzvj
0>^hCk
}1qIg
d2zDm
n0?|mrs
r;g@dA
qUQ(IW
E``LQ
lm6oN
Y+0sa
V6Uoe
iB3y<7l
'6PXs
/w<(
6;p)Z
zcD}i
1:\h@
(@lx
F72O3Ap
@ 'QJnuF
yZkW/]
cZ4K6M
g:C3K
eh5/
Z`Q0X
.-ikF
Oxr69
VDY{=P h
3e95{
q8}p<
p?E[C
(F+:F=
K*(A^
SaD,
0PkAP
1}B@`
6Q*R#
?%;,qP
Qu b+
:V4MV
eX@uX
i<dp*
bnfgNY
Q&n^a[&
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$ImagesHigh
$ImagesColorize
$ImagesWide
$ImageData
$ImageNames
(GIF89aU
)))1cZ9ZZ9
JJJZ9ZZZZZ
c!RcB
)@G)iCy
~ %l^
"FhyN
<Q<U
'"N4p
'r|Wa<
T%?;Y0`'
d]1 X
E>nj{
w$f>n
t8bX6
kD>r49
O9O`o
&cJ"p1B
4tN)&k
U"Jbl
4cV?@spSk
R;xvH
1mQ'[
~NXSl
Ngs3#pB
}yDXp[
@r}3G
~)Vfk
6t<:?
UhF:8
-kqkT
,DZ\X
v2 qgS$
f' [X
*gfbYK
V0A,T
3M+:4
eq`'QkI}T
Xs(VR
m,k3S
(l;lU
#0A`1?I
-y,Va
pg1<"
4N4*[
>];I|/
)\"+L/,
TP%T
8adJa
l\cZ3p
cu,pu
[46>p
|WJ{u
^efhB
0{aiU?
e}ku}
?ysqbH
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
QW*cR
$ImagesHigh
$ImagesColorize
$ImagesWide
$ImageData
$ImageNames
(GIF89aU
)))1cZ9ZZ9c
JJJZ9ZZZZZ
c!RcB
o^w&Si
%2qxO|a
#(A8JR
F$ a G
J5gax
GGz Jm'
aMJ,3
HP28N
m<#^
mmT>m
&~ X~
ZT7NX
P2)NR)~
'aR)x\
)aYimn
W :hTq
6u3 Iv
[S*Mv
r*h-p
l);m+
VQeh1
1(_9Wm
/dr,"
1,,H
&X`9=
(- JR
wQ%PP
MPmsT
Zg7H h@
d|(pC
2@*Ma
$LCv@
V,?8K^
J/KlAK
Q,EHZ
1Q%%<&
EEQGmL6
TQETA5U)D
V}1Vu
{TXIP
(a2Bak
W<=Q<
b8~V9
6^B~V
zn`FF
zVn{f
w+GlqO
NOg<5
pdxoz
-]\$jYq
(B#\H
FT|*]
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$ImagesHigh
$ImagesColorize
$ImagesWide
$ImageData
$ImageNames
(GIF89aU
)))1cZ9ZZ9c
JJJZ9ZZZZZZ
c!RcB
l'lN
}cEPB
nKmyK
O%#xJ
-U XN
5)II;P
"EZVF
F+45q
|;h4Q
QkTGR
Z {ZM
U;g<N
M_hgbH
@0};`)
%wI*yIod
u'%_20Q
[+wu.
XKi\+4
UW,4YlzM
SGcIo
;|.Oi
m}.1p
G+(8y
/YR%JqT TP
2yKv@e
h@$$X
<N*s%
4)ie_
z1:eS
fI$>U[PE
uLluj
r9U9m
scz]b
BIV`F
P%E2=
|.@tH
tIA,8
4USGdS7E
JVe-J
n].o-O
+M,8R
;@l.d
n>Os>
2O5C2
xzM/
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$ImagesHigh
$ImagesColorize
$ImagesWide
$ImageData
$ImageNames
(GIF89aU
)))1cZ9ZZ9Z
Z9ZZZZZZ
c!RcB
*]jeD
*J 8dl
T\TB9
.zf}K
)@E6^
,1IKM
|i=E"
bM@^5
azU+W
K%,OC
5^i4G<W
i_RnW
$#|A
qS(JU
p(jOw~e
Og\sxq
!2SaA
DH(`@S
yu{F;
C{M<T
yk/T@DA
J1Or.H#S
LBXb#z
!z}Yfg
T,0Yer\
@0A-
SmkWK
9i#13[
y4i^s
|0;}T
-bEe,
M+8R$
JFeT92
U#=T=
aV pV0
0[rL[
ZZb}T
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$ImagesHigh
$ImagesColorize
$ImagesWide
$ImageData
$ImageNames
GIF89aB
?_?__
`!b`1
7`^///?
?b___
`bOOO
`<b!R
4#D)N
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$ImagesWide
$ImagesHigh
$ImageData
$ImageNames
$TITLE
GIF89a
?_?__
`!b`1
7`^///?
?b___
`bOOO
`<b!R
$j(L|
(e|YZ
PgqF*
KBihAw^I
hCl&+
3G"dj
9JR&3
JZM6>
vCD &S1
F!b316M)
yBWh(
wJ>S;!O
~+<]_9#
`~a[.D
.{Yw*T
A.3CR
w,:&p
0c]rY\
(!.oy
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
CzV4"
$ImagesWide
$ImagesHigh
$ImageData
$ImageNames
GIF89a`
?_?__
`!b`1
7`^///?
?b___
`bOOO
`<b!R
uOs $
<P#.8
K*9#-
J,.$
RL1r
AgzQl
WQUz1
fAj@7r@
&6qaZ
pX{ y
PiLa~
h)MZU
R7uu>@
7{eS8
W|*W~D
xs#yI
_B.3A~|
^0s7@
FBxP"
W}9qVX
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
}iRuhi
$ImagesWide
$ImagesHigh
$TITLE
$ImageData
$ImageNames
GIF89a
?_?__
`!b`1
7`^///?
?b___
`bOOO
`<b!R
:Pf2s
7rbe8
+?*B
V}xGp
/}5W_
/hI:P
~Q(l<
N@}F(
@cy}I
|{hS&WKLZ
e ?fz
faj}e
NZ(k@
: yi|A
j^);L
Pd*oK
4S_8r
I=qLvYe
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
#yWKF
$ImagesWide
$ImagesHigh
$ImageData
$ImageNames
GIF89a2
?_?__
`!b`1
7`^///?
?b___
`bOOO
`<b!R
?,qi?
v]35T
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
dW eD
$ImagesWide
$ImagesHigh
$ImageData
$ImageNames
GIF89a2
?_?__
`!b`1
7`^///?
?b___
`bOOO
`<b!R
5SC%1V
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$ImagesWide
$ImagesHigh
$ImageData
$ImageNames
GIF89a2
?_?__
`!b`1
7`^///?
?b___
`bOOO
`<b!R
Z.^J!
ve7d_
d>G-5
z]35T
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$ImagesWide
$ImagesHigh
$ImageData
$ImageNames
(GIF89a
?_?__
`!b`1
7`^///?
?b___
`bOOO
`<b!R
<~d!0
BtOQF
x:c&B
%{kiZ
;XPiV
@ ETH
*lONE
n+$JQ
FA..P{
}|a/m
%0yY%
#Ke`M
3@jIBlT
njQQr
:11!A
=Ba|b
IR4EW
SZVI !7YX
8s^)]
2gh:C
S:ea&
rm-1P
5XA1L
:i]hZ~=
; kGJ
sm6R8WDL
Lo:XT
8%0)8
zkw;J
@#6bs
)ir!}
k.2OU M
/a;bu;
+\py(
nke.y[
{4c)+
GD"d\uEr
Yp$i?
2#Y9 -t@
=d$Uj
2pLh-
8G;Ne
_dV]v@
nR}lQ~
KA#bi
I`ZP!
W84q~
T2[*q
(NW{0
?B,SC:
07 ;"
V<88*
hRHi!
|':`
1I.T2
= iLH
}PD4S[
DW4^O
mPBSa"
>p4w
O6An(;
JIGY!0P"
L)qER5
KD]Q08
/PYtm
($@(r_
EJ;hG
$EkHP
Evf'+
B-d[v
%E;DHFQ
GPdDB
}uDf\
q2Ge^}]:M(
n0lDF
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$ImagesWide
$ImagesHigh
$ImageData
$ImageNames
$TITLE
(GIF89aW
?_?__
`!b`1
7`^///?
?b___
`bOOO
`<b!R
jNKJu.
K.USZj
j6N*o
!iw%>
X8C!M
hFm[4
wmH&r
_OX{R
K_Ogt
'^Lxa
Q(S+Kv
R+cnB
YGg#-
;^ ]^
>5H{s~
A&.Z-k
yd,%.W
,eWav6
"*Y(%.
q%i#^m
b+1qF
d< '%
?20Pb1
y'V}KHzbf>
'p)3YO
\jcEp
A^Y>{
k,ja
FQ2I%
I(*c3
{l c6i
EQL;S
dJZ$(fv
RF2)f
djAZu5
'$&
duNZZb
Cpt*Q
aVF,!
:PRJg:v
bAW}m
{&G,A
6rd6$X
IG5Z![
Gz$HV
g$MOF
\icUh
U)Nl
\l\XN
F Lce_
kM-_)
SXRD]
XG(Zz}
>\r%KB
*&zE<
$Tr&gr:T
J8V7{Xc
EKi7;d
CZ=RT}R0
w(G,R
8y0f
k,~zC
L7=C3J
rGxM>
I$@;qf
"g7,;GE
ok#!
!P\Ho
V\V|t
1\)Xl
|A>0]&
PVvJ!
r1@vQ
3[^"<W
G4EOTE]
F[TF_tFc
"Km m
=tJ*9@
S3US7
d?VdC
dgVfk
.fJgK
vd"j\-
6pUkq
fcCeE ]t
vT[g7
^#l-Js
G-U1b
]Fe7V
x{si
boW88;
#+%J8
<DAT8A
.oaxe
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$ImagesWide
$ImagesHigh
$ImageData
$ImageNames
GIF89a2
?_?__
`!b`1
7`^///?
?b___
`bOOO
`<b!R
wo,g}
\sM{{
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
d4Up@
$ImagesWide
$ImagesHigh
$ImageData
$ImageNames
GIF89a2
?_?__
`!b`1
7`^///?
?b___
`bOOO
`<b!R
cb)cm[
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$ImagesWide
$ImagesHigh
$ImageData
$ImageNames
GIF89a2
?_?__
`!b`1
7`^///?
?b___
`bOOO
`<b!R
#JTxob
H0"Mt
jQA6-
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$ImagesWide
$ImagesHigh
$ImageData
$ImageNames
GIF89a2
?_?__
`!b`1
7`^///?
?b___
`bOOO
`<b!R
#JTxob
2(Rm9
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$ImagesWide
$ImagesHigh
$ImageData
$ImageNames
GIF89a2
?_?__
`!b`1
7`^///?
?b___
`bOOO
`<b!R
cz(RFd~
'!v5^X
w%cfj
6J(QnYZ(i
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
HGNQ8B
c +xA
$ImagesWide
$ImagesHigh
$ImageData
$ImageNames
GIF89a2
?_?__
`!b`1
7`^///?
?b___
`bOOO
`<b!R
#E*\w
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
C)-ul
$ImagesWide
$ImagesHigh
$ImageData
$ImageNames
GIF89a2
?_?__
`!b`1
7`^///?
?b___
`bOOO
`<b!R
9`. l
k$9fN
dT]11VRg
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$ImagesWide
$ImagesHigh
$ImageData
$ImageNames
GIF89a)
?_?__
`!b`1
7`^///?
?b___
`bOOO
`<b!R
(Z$(1
XgE&^.
$\g%H
tYNf"XV1&,l
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$ImagesWide
$ImagesHigh
$ImageData
$ImageNames
GIF89a2
?_?__
`!b`1
7`^///?
?b___
`bOOO
`<b!R
aHb*{
/s"yN
Uz?1(.
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$ImagesWide
$ImagesHigh
$ImageData
$ImageNames
GIF89ad
?_?__
`!b`1
7`^///?
?b___
`bOOO
`<b!R
3hw;^
d#%-
QxE4'9
,^{z\
estgI
'X{lX
U}0'{
j!6KZ
Aj+<h
EL%W]
<&YZe
!0iJtRJ/t
,;7}s
H|djr
de+]Y
)e)2;#
%miM{Z
G(QfJ
2DJgZ
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$ImagesWide
$ImagesHigh
$TITLE
$ImageData
$ImageNames
GIF89a
?_?__
`!b`1
7`^///?
?b___
`bOOO
`<b!R
FR'Am
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$ImagesWide
$ImagesHigh
$ImageData
$ImageNames
$TITLE
GIF89a
?_?__
`!b`1
7`^///?
?b___
`bOOO
`<b!R
@K~/c
J}J5j
ENyN0
?+]\Z
l=.r|
S=,`0
".8d#
Ze gi
dIOVv
lgk;G
VXE 5c mc
O7?ss
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
wm<_
$ImagesWide
$ImagesHigh
$TITLE
$ImageData
$ImageNames
GIF89aS
)))1cZ9
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$ImagesHigh
$ImagesColorize
$ImagesWide
$ImageData
$ImageNames
(GIF89a
?_?__
`!b`1
7`^///?
?b___
`bOOO
`<b!R
,hwCw
+}c
(jMZW
((/+W
UT,}g\b
cKC9mS
j=;5dV
yw_e@
&o}ouo
"Ncb5x'!
U`\Fq
ZHB+ougP
dhm+Xt}
_%W|h
gjKgx
2W[aO
D*2;D
3<wlc
TQ>Sr
LVVg]w[
6UVpH
/D^8Y
ImZdu
0@h&M
AaRd<o
{4D:$hJ
L~Pwg
Uf+=A
qtV/(
#_1hS4
kA>*I
3Mse~
!E*S6RJ
*dI`2
DryfNK
Hp}S
&2o^D@
i;%fg
t#_sp
4as'6
E#$-/l
NDMTE]TFm
TKuTN
U8Vd]
hVfmVh
Ve}Vg]Vk
hAE?i
kF3r
KI-Mv
&'_Vvy`N
}-dQD
2D4Gw
:tg_tB
5c],p
y1}YQ
*USak
N1H?OR
PCrXX
ZRB';
4nQWuL
c(6!Jaz
n$y!xM
`h^P4
z\&S~
&[e%PaM
7LW.}
DCU\g
(^fya
&OJ"@
x@0 .HhW)
FD[$\
P:^tdonxF,
0GlU
zu(f(
V{R,ld
Z K-0P
MeOtH
`[!KP
<=-OP
U`~6#
$C9fFm
&/4"
nF{:c
IUbA8
~/abe
8NI2b
+fP#7
dinF1K
dnM<&Y
cDs3,
"0N9~!
ABD)r
<z((~m
tiIe$
6<CXz
2xN |
'd7#[
[YKqy
*u7=L
kJV)%i
2rvbih
KYW&QF
5Jptp
K%/]
[oC9CK
@thz)klW
MH[Za
T(IB
#B-EV
(K*-q
hjF#U+
+JWWM<O
q3-vZOr
nFtb&e@
eTDH>t
iw1Xb
PHh@>4H
e[Fz%
QSKBg k
Q+"D;n
XeQ{F
yGXYX=
[{KmW
l}3Yn
gx5rc
{5.a%
;-wn(
5TQG%U
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
!P<vI
$ImagesWide
$ImagesHigh
$ImagesColorize
$ImageData
$ImageNames
GIF89a
?_?__
`!b`1
7`^///?
?b___
`bOOO
`<b!R
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$ImagesWide
$ImagesHigh
$ImagesColorize
$ImageData
$ImageNames
Task Buttons
SaveOptions
$Table1
0R1S3S
Bookmarks
SaveOptions
$Table1
0R1S3S
Navigation Buttons
SaveOptions
$Table1
0R1S3S
Popup Keyboard Access
SaveOptions
$Table1
0R1S3S
Core Applications
SaveOptions
$Table1
0R1S3S
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
3+$y$
$SiteMapList
New in Notes 5
Users Page 1
Sample 5.gif
Changes
User Outline
Table1
We've made a few changes to the Notes 5 interface.
Click on a topic to learn more...
Sample Topics Arrows.gif
Task Buttons
Sample Task Buttons.GIF
All your active tasks in Notes are now just a button click away. Try it out -
Primer Task 1|Primer Task 1Page
click here
to open a second task - then click on the "New in Notes 5" task button to switch back to this page.
Closing tasks is easy too - just move the mouse to the task and click on the "x".
Sample X.gif
Keyboard shortcuts: Esc to close the current task; Ctrl+Tab to switch tasks; Alt+W+# to select a task.
Bookmarks
Your applications, databases, documents and web pages can be easily opened from the Notes Bookmark Bar running down the left of the Notes window.
Sample Bookmarks.gif
Just click any bookmark on the bar to open the application or page.
Sample Bookmark Folders.gif
The bookmark bar can also store folders of bookmarks. A click on a bookmarks folder slides open a page to display the contents of the folder.
Notes creates an initial set of bookmarks and folders for you (described below), but you can easily add your own. Just drag and drop any task button to the bookmark bar or to a folder on the bar.
Sample Drag Drop.GIF
Also use drag and drop to rearrange your bookmarks . To delete, rename or change the icon of a bookmark, click on it with the right mouse button.
You can choose any bookmark to be your home page - click with the right mouse button and choose the menu command "Set Bookmark as Home Page". You will see this page first when you start Notes, and it will be displayed whenever you close all other open tasks.
Notes creates an initial set of bookmarks on the bar to the core Notes applications (mail, headlines, calendar, address book, to do) and for mobile users, a bookmark to the replicator page. In addition, Notes creates the following bookmark folders:
Sample Favorites.gif
Favorite Bookmarks - in this folder we've put bookmarks to databases that you have recently opened. Feel free to drag some directly to the bookmark bar, to add your own, or to remove ones that you don't use frequently.
Sample Databases.GIF
Databases - this folder contains a bookmark to the R4 Notes Workspace. It also contains a bookmark for every database icon from your workspace. Each tab from the workspace becomes a folder on this page, and all the databases become bookmarks in the corresponding folder.
Sample Migrations.GIF
Sample Forms.gif
Create - we've put bookmarks in this folder for the kinds of documents people frequently create in Notes. For example, clicking the "New Memo" bookmark will start a new mail message for you. Add your own "create" bookmarks by dragging and dropping onto this folder the task button of any new document
before
you save the document for the first time. Like all other bookmarks, you can also put "create" bookmarks right on the bookmark bar.
Sample Netscape.gif
Sample IE.gif
Netscape and Internet Explorer folders - bookmarks from your web browser(s) of choice.
Disclaimer # 1 - Creating bookmark folders of your own is not fully functional in this beta release.
Disclaimer # 2 - Portfolios from Notes 4.6 are not yet supported - in the final release, Portfolios will display and act just like a folder of bookmarks.
Disclaimer # 3 - The Change Icon dialog is incomplete.
Navigation Buttons
Sample All Navs.gif
These buttons in the upper right corner of your Notes window are always available to help you get around.
Sample Nav1.GIF
Go Back - returns you to the previous page or task. Great for browsing the web, but also handy when you've closed a document or database that you'd like to revisit. Keyboard shortcut: Alt+back arrow
Sample Nav2.GIF
Go Forward - it takes you to the task or document that was on display prior to pressing the Go Back button. keyboard shortcut: Alt+forward arrow.
Sample Dropdown.gif
Click on the drop down section of either of these buttons to display a menu of the places you can go back or forward to - selecting an item from the menu takes you there.
Sample Nav3.GIF
Stop - interrupts the current program activity. Keyboard shortcut: Ctrl+Break.
Sample Nav4.GIF
Refresh - refreshes the current page or view with the latest data. Keyboard shortcut: F9.
Sample Nav5.GIF
Search - click on the main button to search the current document, page or view. Click on the drop down section of the button to display a menu of ways to find what you're looking for.
Sample Nav6.GIF
Open URL - displays a box that shows the URL (web address) of your current page. Type in a new URL and Notes will open up the web page for you. You can "pin" the URL box on screen by pressing the "pin" button.
Sample Pin.gif
Caveat - in this beta build, Notes displays icons in the navigation bar that take you the Administrator and the Designer (assuming you have installed these products). These will be displayed as bookmarks in subsequent builds.
Popup Keyboard Access
We've extended the Windows Alt+key menu access to include other on-screen elements, like our task buttons and action bars.
Just hold down the Alt key, and Notes displays little popups that let you know which letter or number to press to select an item.
Sample Popup.gif
Great for switching tasks (Alt+W followed by a number), getting to your bookmarks (Alt+B followed by a number) and performing actions on the action bar (Alt+1, 2, 3...).
Standard Windows Alt keyboard equivalents (e.g. Alt+F for the file menu) continue to work just fine.
Caveat - In this build, Notes only displays popups for the first 10 items.
Tip: While viewing your page, you can click the link in the frame title and open your calendar full screen.
16x16_inbox.gif
Inbox
Your Notes inbox folder will display in the frame.
Tip: While viewing your page, you can click the link in the frame title and open your inbox full screen.
inbox
16x16_newspaper.gif
Database Subscriptions
Your subscription results will display in the frame.
Database Subscriptions allow you to find certain new or modified documents and display links to those documents.
Tip: While viewing your page, you can click the link in the frame title and open your Subscriptions page full screen. For more subscription information, click the "Customize..." link in the frame header.
16x16_todo.gif
To do
Your Notes To do list will display in the frame.
Tip: While viewing your page, you can click the link in the frame title and open your To do list full screen.
web.gif
Quick links
Up to 5 links to web pages will display in the frame.
This will allow you easy access to your inbox, calendar, to do list and address book.
btasks
Notes Introduction
The Notes introduction page will display in this frame.
This page allows you easy access to basic how-to information.
intro
16x16 search.gif|search
Search
The search page will display in this frame.
This will allow you to search for either Notes databases or web pages from one place.
search
Content
EditAllLayouts
EditAllLayouts
2S4S6S7S
List sort
Unique sort key:
tExistingKeys
NoCache
(Layouts)
1S2S4S5S6S8S9S10S12S14S
tExistingKeys
tExistingKeys
00000001
0R2S4S6S7S11S12S14S19S
tLastKey
tExistingKeys
0R1S4S6S
tLastKeyX
tLastKey
000000000000000
tLastKeyX
tLastKey
0R2S4S10S11S12S14S17S18S22S24S25S28S30S
2S3S4S6S8S
tExistingKeys
NoCache
(Layouts)
0R1S2S4S5S6S8S9S10S12S14S
tExistingKeys
tExistingKeys
00000001
0R2S4S6S7S11S12S14S19S
tLastKey
tExistingKeys
0R1S4S6S
tLastKeyX
tLastKey
000000000000000
tLastKeyX
tLastKey
0R2S4S10S11S12S14S17S18S22S24S25S28S30SKey
EditAllLayouts
EditAllLayouts
2S4S6S7S
The sort key determines the order in which the profiles are displayed in the drop down list. It must be unique.
xxNothingFound
No pages or keys were found.
1S2S
tExistingKeys
NoCache
(Layouts)
0R1S2S4S5S6S8S9S10S12S14S
tExistingPages
NoCache
(Layouts)
0R1S2S4S5S6S8S9S10S12S14S
tExistingKeys
tExistingPagesZ
xxNothingFound
tExistingKeys
-->
tExistingPages"
0R2S4S6S7S9S12S13S14S17S18S19S20S22S
Click here to see a popup list of all the current pages and their sort keys.
Ignore layout settings
ShowOtherFrameset
Ignore all layout settings and instead load this frameset:|1
OtherFrameset
Checking this will cause the all layout settings to be ignored and instead the specified frameset will be displayed. When this is checked you should uncheck the box below to avoid confusing users.
User editable
AllowToEdit
Allow end users to edit this page|1
Checking this will allow the normal end user to edit the layout settings. They will not be able to see or edit any of the settings on this tab.
LayoutSettingwebNotes and Domino Newsaa3webLotusNotes.netIBMYahoo!Excite.comhttp://www.notes.net/r5betahttp://www.notes.net/r5beta0000020113inboxcalwebbtaskstodohttp://www.notes.net/r5betahttp://www.notes.net/r5betahttp://www.notes.net/r5betahttp://www.notes.net/r5betahttp://www.notes.net/r5betahttp://www.notes.net/r5betahttp://www.notes.net/r5betahttp://www.notes.net/r5betahttp://www.notes.net/r5betahttp://www.notes.net/r5betahttp://www.notes.net/r5betahttp://www.notes.net/r5betahttp://www.notes.net/r5betahttp://www.notes.net/r5betahttp://www.notes.net/r5betahttp://www.lotus.com/http://www.notes.net/http://www.ibm.com/http://www.yahoo.com/http://www.excite.com/
Need a newer version of Notes to execute this button.
0S0E
Search
SearchType
notes
1S2S
SearchType
Error
No search site was specified
6S7S9S17S18S
SearchType
Platform
SearchText
0R3S4S6S8S
Search
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$INFO
$Script
$$Script_O
$$ScriptName
$BODY
Untitled
introlinks
_self
Go Back
Pick from our selection of Welcome page styles, or mix and match to build a style that's right for you.
To pick a new style, just select from the drop down list of choices in the upper right corner of this page
SampleWelcomes.gif
If none of our Welcome pages suit you, you can choose any page or application as your home page. Click with the right mouse button on a bookmark and choose "Set Bookmark as Home Page".