OriginalSubjectHidden field to store topic of Main DocumentX
form name (used in RespBanner subform)
Response
formname
ResponseBanner
Obsah:
BodyZadejte text odpov
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$HTMLDocumentStyles
$Info
$SubForms
$DesignerVersion
$$Script_O
$$ScriptName
TimeCreated
$WindowTitle
$ACTIONS
$V5ACTIONS
$Body
$Language
$LastBuildTime
$BabelInfo
GOLAx
Started running agent 'Mark/Unmark Document As Expired' on 07/20/96 02:03:32 PM
Running on selected documents: 1 total
Found 1 document(s) that match search criteria
1 document(s) were modified by formula
Done running agent 'Mark/Unmark Document As Expired' on 07/20/96 02:03:39 PM
FOLDER_DIRECTORY_OBJECT
My Favorites|My Favorite Documents
CN=Lotus Notes Template Development/O=Lotus Notes
&Arial
"MS Sans Serif
Document
dokument
Subject
4S6S
_Upravit dokumentX
DocumentAuthors
9S15S
adit do kategorie
Po_stoupit
esunout do slo
ky...X
_Odebrat ze slo
O_deslat dokumentX
_Upravit dokumentX
DocumentAuthors
9S15S
adit do kategorie
Po_stoupit
esunout do slo
ky...X
_Odebrat ze slo
O_deslat dokumentX
'++LotusScript Development Environment:2:5:(Options):0:66
Option Public
'++LotusScript Development Environment:2:5:(Forward):0:1
'++LotusScript Development Environment:2:5:(Declarations):0:10
Dim FormW As NotesUIWorkspace
Dim FormDoc As NotesUIDocument
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Exiting(Source As Field)
'++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 FIELD
Set Source = Bind(Objectname_)
On Event Exiting From Source Call Exiting
End Sub
'++LotusScript Development Environment:2:2:Exiting:1:12
Sub Exiting(Source As Field)
Set FormW = New NotesUIWorkspace
Set FormDoc = FormW.CurrentDocument
formdoc.refresh
End Sub
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Exiting(Source As Field)
'++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 FIELD
Set Source = Bind(Objectname_)
On Event Exiting From Source Call Exiting
End Sub
'++LotusScript Development Environment:2:2:Exiting:1:12
Sub Exiting(Source As Field)
Set FormW = New NotesUIWorkspace
Set FormDoc = FormW.CurrentDocument
formdoc.refresh
End Sub
DocumentWorkflow
MS OfficeX
Knihovna
Hlavn
dokumentX
FromJm
no autora dokumentu
DateDatum a
as vytvo
dokumentuX
TimeCreatedX
Scope
Private
0R1S2S
variable to translate
PrivTxt
Private
0R1S2S
end variable to translate
0R1S
scope
Private
PrivTxt
0R3S4S6S8S
PrivateX
ExpireDate
1S2S
expiredate
Platnost ukon
expiredateK
Expire
DoclibDocHeader.gif|DoclibDocHeader.gifX
subject
SubjectZadejte stru
popis tohoto hlavn
matu.Xz
Subject
Subject
dspSubject
Kategorie:
CategoriesChcete-li zobrazit seznam kl
ch slov nebo p
idat nov
slovo, stiskn
te kl
vesu ENTER.
In the case of reading an existing document, it is not necessary to do the @DbColumn because we don't support the use of Keyword Synonyms in this application, and thus translation doesn't need to be done.
NoCache
By Category
0R4S5S7S9S15S17S19SX
Status
StatusListv
4S6S7S8S9S
Recenzenti:
Reviewers
Reviewers
ReviewersX
Status
StatusListv
PreviousReviewers
4S6S7S8S9S10S11S12S13S
edchoz
recenzenti:
PreviousReviewers
PreviousReviewersX
Status
StatusListv
4S6S7S8S9S
Aktu
recenzent:
CurrentReviewers
CurrentReviewers
Status
StatusListv
FutureReviewers
4S6S7S8S9S10S11S12S13S
Budouc
recenzenti:X
FutureReviewers
FutureReviewersX
Status
StatusListv
Status
StatusListv
4S6S7S8S9S13S15S16S17S18S
Typ reviz
ReviewStyle
ReviewStyle
Postupn
revize | Serial.NoVersionsPostupn
(zachovat v
echny opravy) | Serial.VersionsRezervace dokument
| Parallel.NoVersionsSou
odpov
di | Parallel.Versions
Term
ReviewWindow
ReviewWindow
U reviz
limit | NoLimitP
edat dal
mu recenzentovi po: | MoveOnP
nat po: | ReminderX
ReviewTime
ReviewTime
ReviewWindow
NoLimit
dni (dnech)
3S4S6S8S
tmpReviewUnits
Upozorn
NotifyAfter
NotifyAfter
Upozornit autora po ka
m recenzentovi | EachUpozornit autora po posledn
m recenzentovi | Final
ReviewerLog
1S2S3S4S
Protokol reviz
ReviewerLog
1S2S
ReviewerLog
ReviewerLogX
....................
BodyZadejte text (nebo popis) dokumentu.
Lotus Product
Lotus Product
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$HTMLDocumentStyles
$Info
$SubForms
$$ScriptName
TimeCreated
ReviewTime
$WindowTitle
$ACTIONS
$V5ACTIONS
$Script
$$Reviewers
$$Reviewers_src
$Body
$$Script_O
$Reviewers_O
$Language
$LastBuildTime
$BabelInfo
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$Language
$LastBuildTime
$BabelInfo
$Info
$DesignerVersion
$Body
'++LotusScript Development Environment:2:5:(Options):0:74
Option Public
Option Declare
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Initialize
Declare Sub SetSharedVariables
Declare Sub RenderExpireDate(doc As notesdocument)
Declare Function CheckArchiveProtection As Integer
Declare Sub Terminate
'++LotusScript Development Environment:2:5:(Declarations):0:10
Dim UIwork As NotesUIWorkspace
Dim UIview As NotesUIView
Dim Session As NotesSession
Dim db As notesdatabase
Dim doc As notesdocument
Dim UIdoc As notesuidocument
Dim collection As NotesDocumentCollection
Dim i As Integer
Dim PFA As Variant
Dim FormItem As Variant
Dim ExDate As Variant
Dim ExQues As Variant
Dim Subj As Variant
'The following variables are available to be translated
Const Msg1 ="Dokument "
Const Msg2 =" - platnost nelze ukon
Const Msg3 = " - platnost ji
byla ukon
ena. Chcete odstranit p
znak ukon
platnosti?"
Const Msg4 = "Po
adovan
akce byla dokon
ena. Zm
ny se projev
po ulo
dokumentu."
Const Msg5 = "Nejprve vyberte dokument. Upozorn
: Mus
n dokument, nikoli kategorie."
Const msg6 = "Dokument dosud nen
Const msg7 = "Platnost dokument
nelze ukon
it, proto
e v datab
zi dosud nebyla nastavena archivace. Archivaci nastav
te klepnut
m na nab
dku Soubor, podnab
dku Datab
ze, p
kaz Archivovat nebo na tla
tko Nastaven
archivace v informa
m okn
Vlastnosti datab
Const BoxTitle ="Platnost ji
byla ukon
Const BoxTitle2 ="Ukon
platnosti nen
povoleno"
'End translatable variables
'++LotusScript Development Environment:2:2:Initialize:1:10
Sub Initialize
Set UIwork = New notesuiworkspace
Set uiview = uiwork.currentview
Set session = New NotesSession
Set db = session.CurrentDatabase
Set collection = db.UnprocessedDocuments
Set UIdoc = UIwork.currentdocument
Dim archProfile As notesdocument
Set archProfile = db.getprofiledocument("Archive Profile")
If Not archProfile.hasitem("Enabled") Then
Msgbox Msg7
Exit Sub
End If
If collection.Count < 1 Then
Msgbox Msg5
Exit Sub
End If
If uidoc Is Nothing Then
Goto continue
Elseif uidoc.isnewdoc And uiview Is Nothing Then
Msgbox Msg6
Exit Sub
End If
continue:
If Not UIdoc Is Nothing And UIview Is Nothing Then
Set doc = uidoc.document
Call SetSharedVariables
If Not(CheckArchiveProtection) Then
UIWork.editdocument(True)
Call RenderExpireDate(doc)
ExQues = doc.GetItemvalue("ExpireQuestion")
UIdoc.refresh
End If
Else
For i = 1 To collection.Count
Set doc = collection.GetNthDocument( i )
Call SetSharedVariables
If Not(CheckArchiveProtection) Then
Call RenderExpireDate(doc)
Call doc.save(True, True, True)
End If
Next
End If
End Sub
'++LotusScript Development Environment:2:2:SetSharedVariables:1:8
Sub SetSharedVariables
FormItem=doc.GetItemValue("Form")
ExDate=doc.GetItemValue("ExpireDate")
PFA = doc.HasItem( "PROTECTFROMARCHIVE" )
Subj=doc.GetitemValue("Subject")
End Sub
'++LotusScript Development Environment:2:2:RenderExpireDate:1:8
OriginalSubjectHidden field to store topic of Main DocumentX
Subject
Subject
OriginalSubject
7S9S
ImmediateParentSubject
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$HTMLDocumentStyles
$Info
$SubForms
$$Script_O
$$ScriptName
TimeCreated
$WindowTitle
$ACTIONS
$V5ACTIONS
$Body
$Language
$LastBuildTime
$BabelInfo
Times New Roman
0S0E
t okno
Popis datab
ze Knihovna dokument
Microsoft Office
@ @@ @` @
@@ @@@@@`@@
`@ `@@`@``@
** Tato
ablona nen
ena pro pou
ti WWW (v prohl
i) a nen
podporov
na v syst
mech Macintosh.
emu slou
tato datab
Pomoc
to datab
ze mohou u
ivatel
programu Notes integrovat vytv
a ukl
dokument
aplikac
Microsoft Word, Excel, PowerPoint a Paintbrush p
mo do programu Notes. Datab
le slou
jako elektronick
obdoba po
e, kter
m pracovn
skupiny usnad
uje hled
, aktualizaci a tisk po
adovan
ch dokument
. Lze do n
it libovoln
druh dokument
- od anal
z vlivu v
roby na
ivotn
prost
vytvo
ch v aplikaci Word, kter
ije skupina projektant
po finan
anal
zy pro skupinu bankovn
pracuj
ch s aplikac
Excel.
Knihovna dokument
je datab
ze i pracovi
ke zpracov
dokument
vytvo
ch v aplikac
ch spole
nosti Microsoft a obsahuje rovn
funkce pro spr
vu dokument
(nap
klad mo
nost archivace a cyklu reviz
Komu je tato datab
ze ur
Datab
ze je ur
ena v
ivatel
m, kte
znamy o dokumentech nebo prov
t revize dostupn
ch dokument
Nejd
funkce
Cyklus reviz
Slou
ke sm
dokumentu n
kolika p
Archivace dokument
Slou
esunu dokument
s ukon
enou platnost
do archivn
datab
OLE/ActiveX:
Program Notes spou
aplikace sady Microsoft Office m
, nikoli v samostatn
m okn
ivatel tak z
pocit,
e pracuje v p
aplikaci OLE, a
koli pracuje st
le v programu Notes.
Doporu
pravy
Fulltextov
vyhled
Chcete-li v datab
zi vytvo
podle t
ablony vyu
vat funkc
fulltextov
ho vyhled
programu Notes, klepn
te v nab
dce Soubor na p
kaz Datab
ze a Vlastnosti, p
te na kartu Pln
text a klepnut
m na tla
tko Vytvo
it index vytvo
te fulltextov
index.
Kde hledat dal
informace?
- Dal
informace naleznete v dokumentu
to datab
nebo v n
sleduj
datab
zi dokumentace na adrese http://www.notes.net: Best Practices: Templates and Sample Databases (BPTEMP.NSF) (Nejefektivn
postupy:
ablony a uk
datab
stupov
upozorn
ichni u
ivatel
datab
ze by m
stupov
va na
rovni Autor. T
m se zamez
neopr
m dokument
ch v datab
zi. U
ivatel
m a reviz
m konkr
ch dokument
jsou zad
ni v poli Autor jednotliv
ch formul
. Pokud se u
ivatel s p
stupov
mi pr
vy editora pokus
nit dokument, a
koli nen
jeho opr
m recenzentem, dojde k chyb
upozorn
ablona Knihovna dokument
MS Office (5.0) by m
la slou
it pouze k vytv
ch aplikac
. Inovace existuj
ch aplikac
knihovny dokument
podle t
ablony nen
podporov
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
"n(l3
$Info
$DesignerVersion
$Body
ExcelWorksheet Document
tabulka aplikace Excel
Subject
4S6S
_Upravit dokumentX
DocumentAuthors
9S15S
adit do kategorie
Po_stoupit
esunout do slo
ky...X
_Odebrat ze slo
O_deslat dokumentX
_Upravit dokumentX
DocumentAuthors
9S15S
adit do kategorie
Po_stoupit
esunout do slo
ky...X
_Odebrat ze slo
O_deslat dokumentX
'++LotusScript Development Environment:2:5:(Options):0:74
Option Public
'++LotusScript Development Environment:2:5:(Forward):0:1
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Exiting(Source As Field)
'++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 FIELD
Set Source = Bind(Objectname_)
On Event Exiting From Source Call Exiting
End Sub
'++LotusScript Development Environment:2:2:Exiting:1:12
Sub Exiting(Source As Field)
formdoc.refresh
End Sub
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Exiting(Source As Field)
'++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 FIELD
Set Source = Bind(Objectname_)
On Event Exiting From Source Call Exiting
End Sub
'++LotusScript Development Environment:2:2:Exiting:1:12
Sub Exiting(Source As Field)
formdoc.refresh
End Sub
DocumentWorkflow
_ViewIconX
Excel.Sheet
$OLEObjProgIDX
Microsoft Office
Tabulka aplikace Excel
FromDocument author name
DateDatum a
as vytvo
dokumentuX
TimeCreatedX
Scope
Private
0R1S2S
variable to translate
PrivTxt
Private
0R1S2S
end variable to translate
0R1S
scope
Private
PrivTxt
0R3S4S6S8S
PrivateX
ExpireDate
1S2S
expiredate
Platnost ukon
expiredateK
Expire
DoclibDocHeader.gif|DoclibDocHeader.gifX
subject
SubjectZadejte stru
popis tohoto hlavn
matu.Xz
Subject
Subject
dspSubject
Kategorie:
CategoriesChcete-li zobrazit seznam kl
ch slov nebo p
idat nov
slovo, stiskn
te kl
vesu ENTER.
In the case of reading an existing document, it is not necessary to do the @DbColumn because we don't support the use of Keyword Synonyms in this application, and thus translation doesn't need to be done.
NoCache
By Category
0R4S5S7S9S15S17S19SX
Scope
Public
tmpUseOle
1S2S3S2E4S5S2E6S
(DocProperties) | DocProperties
ReviewerLog
1S2S
OLEBodyX
BodyZadejte text (nebo popis) dokumentu.
Lotus Product
Lotus Product
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$HTMLDocumentStyles
$Info
$SubForms
$$ScriptName
_ViewIcon
TimeCreated
ReviewTime
$WindowTitle
$ACTIONS
$V5ACTIONS
$Script
$$Reviewers
$$Reviewers_src
$Body
$$Script_O
$Reviewers_O
$Language
$LastBuildTime
$BabelInfo
"MS Sans Serif
FBody
Paintbrush Document
zek programu Paintbrush
Subject
4S6S
_Upravit dokumentX
DocumentAuthors
9S15S
adit do kategorie
Po_stoupit
esunout do slo
ky...X
_Odebrat ze slo
O_deslat dokumentX
_Upravit dokumentX
DocumentAuthors
9S15S
adit do kategorie
Po_stoupit
esunout do slo
ky...X
_Odebrat ze slo
O_deslat dokumentX
'++LotusScript Development Environment:2:5:(Options):0:74
Option Public
'++LotusScript Development Environment:2:5:(Forward):0:1
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Exiting(Source As Field)
'++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 FIELD
Set Source = Bind(Objectname_)
On Event Exiting From Source Call Exiting
End Sub
'++LotusScript Development Environment:2:2:Exiting:1:12
Sub Exiting(Source As Field)
formdoc.refresh
End Sub
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Exiting(Source As Field)
'++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 FIELD
Set Source = Bind(Objectname_)
On Event Exiting From Source Call Exiting
End Sub
'++LotusScript Development Environment:2:2:Exiting:1:12
Sub Exiting(Source As Field)
formdoc.refresh
End Sub
DocumentWorkflow
_ViewIconX
Microsoft Office
zek programu PaintbrushX
FromJm
no autora dokumentu
DateDatum a
as vytvo
dokumentuX
TimeCreatedX
Scope
Private
0R1S2S
variable to translate
PrivTxt
Private
0R1S2S
end variable to translate
0R1S
scope
Private
PrivTxt
0R3S4S6S8S
PrivateX
ExpireDate
1S2S
expiredate
Platnost ukon
expiredateK
Expire
DoclibDocHeader.gif|DoclibDocHeader.gifX
subject
SubjectZadejte stru
popis tohoto hlavn
matu.Xz
Subject
Subject
dspSubject
Kategorie:
CategoriesChcete-li zobrazit seznam kl
ch slov nebo p
idat nov
slovo, stiskn
te kl
vesu ENTER.
In the case of reading an existing document, it is not necessary to do the @DbColumn because we don't support the use of Keyword Synonyms in this application, and thus translation doesn't need to be done.
NoCache
By Category
0R4S5S7S9S15S17S19SX
Scope
Public
tmpUseOle
1S2S3S2E4S5S2E6S
(DocProperties) | DocProperties
ReviewerLog
1S2S
OLEBodyX
BodyZadejte text (nebo popis) dokumentu.
Lotus Product
Lotus Product
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
Y f)|
nxl!b
Date_1
TimeCreated_1
$HTMLDocumentStyles
$AUTOLAUNCH
$Info
$SubForms
$$ScriptName
_ViewIcon
TimeCreated
ReviewTime
$WindowTitle
$ACTIONS
$V5ACTIONS
$Script
$$Reviewers
$$Reviewers_src
$Body
$$Script_O
$Reviewers_O
$Language
$LastBuildTime
$BabelInfo
WordDoc Document
dokument aplikace Word
Subject
4S6S
_Upravit dokumentX
DocumentAuthors
9S15S
adit do kategorie
Po_stoupit
esunout do slo
ky...X
_Odebrat ze slo
O_deslat dokumentX
_Upravit dokumentX
DocumentAuthors
9S15S
adit do kategorie
Po_stoupit
esunout do slo
ky...X
_Odebrat ze slo
O_deslat dokumentX
'++LotusScript Development Environment:2:5:(Options):0:74
Option Public
'++LotusScript Development Environment:2:5:(Forward):0:1
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Postopen(Source As Notesuidocument)
'++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
End Sub
'++LotusScript Development Environment:2:2:Postopen:1:12
Sub Postopen(Source As Notesuidocument)
End Sub
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Postopen(Source As Notesuidocument)
'++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
End Sub
'++LotusScript Development Environment:2:2:Postopen:1:12
Sub Postopen(Source As Notesuidocument)
End Sub
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Exiting(Source As Field)
'++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 FIELD
Set Source = Bind(Objectname_)
On Event Exiting From Source Call Exiting
End Sub
'++LotusScript Development Environment:2:2:Exiting:1:12
Sub Exiting(Source As Field)
formdoc.refresh
End Sub
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Exiting(Source As Field)
'++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 FIELD
Set Source = Bind(Objectname_)
On Event Exiting From Source Call Exiting
End Sub
'++LotusScript Development Environment:2:2:Exiting:1:12
Sub Exiting(Source As Field)
formdoc.refresh
End Sub
DocumentWorkflow
_ViewIconX
Word.Document
$OLEObjProgIDX
Microsoft Office
Dokument aplikace Word
FromDocument author name
DateDatum a
as vytvo
dokumentuX
TimeCreatedX
Scope
Private
0R1S2S
variable to translate
PrivTxt
Soukrom
0R1S2S
end variable to translate
0R1S
scope
Soukrom
PrivTxt
0R3S4S6S8S
PrivateX
ExpireDate
1S2S
expiredate
Platnost ukon
expiredateK
Expire
DoclibDocHeader.gif|DoclibDocHeader.gifX
subject
SubjectZadejte stru
popis tohoto hlavn
matu.Xz
Subject
Subject
dspSubject
Kategorie:
CategoriesChcete-li zobrazit seznam kl
ch slov nebo p
idat nov
slovo, stiskn
te kl
vesu ENTER.
In the case of reading an existing document, it is not necessary to do the @DbColumn because we don't support the use of Keyword Synonyms in this application, and thus translation doesn't need to be done.
NoCache
By Category
0R4S5S7S9S15S17S19SX
Scope
Public
tmpUseOle
1S2S3S2E4S5S2E6S
(DocProperties) | DocProperties
ReviewerLog
tmpUseOle
1S2S3S2E4S5S2E6S
OLEBodyX
BodyZadejte text (nebo popis) dokumentu.
ReviewerLog
1S2S
Lotus Product
Lotus Product
Lotus Product
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$HTMLDocumentStyles
$Info
$SubForms
$$ScriptName
_ViewIcon
TimeCreated
ReviewTime
$WindowTitle
$ACTIONS
$V5ACTIONS
$Script
$$FormScript
$$FormScript_src
$$Reviewers
$$Reviewers_src
$Body
$$Script_O
$$$FormScript_O
$Reviewers_O
$Language
$LastBuildTime
$BabelInfo
"MS Sans Serif
PowerPoint Document
prezentace aplikace PowerPoint
Subject
4S6S
_Upravit dokumentX
DocumentAuthors
9S15S
adit do kategorie
Po_stoupit
esunout do slo
ky...X
_Odebrat ze slo
O_deslat dokumentX
_Upravit dokumentX
DocumentAuthors
9S15S
adit do kategorie
Po_stoupit
esunout do slo
ky...X
_Odebrat ze slo
O_deslat dokumentX
'++LotusScript Development Environment:2:5:(Options):0:74
Option Public
'++LotusScript Development Environment:2:5:(Forward):0:1
'++LotusScript Development Environment:2:5:(Declarations):0:2
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Exiting(Source As Field)
'++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 FIELD
Set Source = Bind(Objectname_)
On Event Exiting From Source Call Exiting
End Sub
'++LotusScript Development Environment:2:2:Exiting:1:12
Sub Exiting(Source As Field)
formdoc.refresh
End Sub
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Exiting(Source As Field)
'++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 FIELD
Set Source = Bind(Objectname_)
On Event Exiting From Source Call Exiting
End Sub
'++LotusScript Development Environment:2:2:Exiting:1:12
Sub Exiting(Source As Field)
formdoc.refresh
End Sub
DocumentWorkflow
_ViewIconX
PowerPoint.Show
$OLEObjProgIDX
Microsoft Office
Prezentace aplikace PowerPoint
FromDocument author name
DateDatum a
as vytvo
dokumentuX
TimeCreatedX
Scope
Private
0R1S2S
variable to translate
PrivTxt
Soukrom
0R1S2S
end variable to translate
0R1S
scope
Soukrom
PrivTxt
0R3S4S6S8S
PrivateX
ExpireDate
1S2S
expiredate
Platnost ukon
expiredateK
Expire
DoclibDocHeader.gif|DoclibDocHeader.gifX
subject
SubjectZadejte stru
popis tohoto hlavn
matu.Xz
Subject
Subject
dspSubject
Kategorie:
CategoriesChcete-li zobrazit seznam kl
ch slov nebo p
idat nov
slovo, stiskn
te kl
vesu ENTER.
In the case of reading an existing document, it is not necessary to do the @DbColumn because we don't support the use of Keyword Synonyms in this application, and thus translation doesn't need to be done.
In the case of reading an existing document, it is not necessary to do the @DbColumn because we don't support the use of Keyword Synonyms in this application, and thus translation doesn't need to be done.
dokument MS Office\Prezentace aplikace PowerPoint6
PowerPoint Document
dokument MS Office\Dokument aplikace Word2
WordDoc Document
dokumentX*
Document
NewDoc.gif|NewDoc.gifX
odpov
views only
Response
0R4S
NewResp.gif|NewResp.gifX
odpov
na hlavn
resp. documents only
Response
0R4S
NewResp.gif|NewResp.gifX
odpov
na odpov
Response to Response
NewRespToResp.gif|NewRespToResp.gifX
Upravit dokument
0S0E
edit.gif|edit.gifX
it a zav
4R11S17S
save.gif|save.gifX
it jako soukrom
Scope
Private
1S2S3S
Scope
Private
1S2S
MarkPrivate.gif|MarkPrivate.gifX
it jako ve
Scope
Public
1S2S3S
Scope
Public
1S2S
MarkPublic.gif|MarkPublic.gifX
StornoJ
SaveOptions
1S2S3S
cancel.gif|cancel.gifX
\DokumentX*
Document
NewDoc.gif|NewDoc.gifX
dokument MS Office\Tabulka aplikace Excel:
ExcelWorksheet Document
NewDoc.gif|NewDoc.gifX
dokument MS Office\Obr
zek programu PaintbrushX6
Paintbrush Document
NewDoc.gif|NewDoc.gifX
dokument MS Office\Prezentace aplikace PowerPoint6
PowerPoint Document
NewDoc.gif|NewDoc.gifX
dokument MS Office\Dokument aplikace Word2
WordDoc Document
NewDoc.gif|NewDoc.gifX
O=Lotus Notes
O=Lotus Notes
PURSAFO
|.:#U
O=Lotus Notes
CN=Lotus Notes Template Development/O=Lotus Notes
PURSAFO
$Info
$ACTIONS
$V5ACTIONS
$Body
$Language
$LastBuildTime
$BabelInfo
06/12/97 12:37:38 PM Ryan Jansen/Iris added [-Default-]
06/12/97 12:37:38 PM Ryan Jansen/Iris deleted [-Default]
03/25/97 01:36:16 PM Ryan Jansen/Iris updated [OtherDomainServers]
03/25/97 01:36:12 PM Ryan Jansen/Iris updated [LocalDomainServers]
03/25/97 01:36:00 PM Ryan Jansen/Iris updated [OtherDomainServers]
03/25/97 01:35:57 PM Ryan Jansen/Iris added [OtherDomainServers]
03/25/97 01:35:53 PM Ryan Jansen/Iris updated [LocalDomainServers]
03/25/97 01:35:47 PM Ryan Jansen/Iris added [LocalDomainServers]
03/25/97 01:35:40 PM Ryan Jansen/Iris updated [-Default]
03/25/97 01:35:20 PM Ryan Jansen/Iris updated [-Default]
03/25/97 01:35:16 PM Ryan Jansen/Iris added [-Default]
03/25/97 01:35:12 PM Ryan Jansen/Iris deleted Ryan Jansen/Iris
03/25/97 01:35:11 PM Ryan Jansen/Iris deleted OtherDomainServers
03/25/97 01:35:09 PM Ryan Jansen/Iris updated LocalDomainServers
03/25/97 01:35:03 PM Ryan Jansen/Iris updated -Default-
02/19/97 09:27:18 AM Ryan Jansen/Iris updated Ryan Jansen/Iris
02/19/97 09:27:18 AM Ryan Jansen/Iris added Ryan Jansen/Iris
02/19/97 09:27:18 AM Ryan Jansen/Iris updated -Default-
02/19/97 09:27:18 AM Ryan Jansen/Iris added LocalDomainServers
02/19/97 09:27:18 AM Ryan Jansen/Iris added OtherDomainServers
-Default-
LocalDomainServers
[LocalDomainServers]
[OtherDomainServers]
[-Default-]
variable to translate
PrivTxt
Soukrom
0R1S2S
end variable to translate
0R1S
scope
Private
PrivTxt
0R3S4S6S8S
Private
Private
CN=Lotus Notes Template Development/O=Lotus Notes
expiredate
Platnost ukon
expiredateK
Expirez
Expire
CN=Lotus Notes Template Development/O=Lotus Notes
variable to translate
PrivTxt
Soukrom
0R1S2S
end variable to translate
0R1S
scope
Private
tmpUseOle
PrivTxt
0R3S4S5S6S7S8S10S12S
PrivateOle
CN=Lotus Notes Template Development/O=Lotus Notes
CategoriesChcete-li zobrazit seznam kl
ch slov nebo p
idat nov
slovo, stiskn
te kl
vesu ENTER.
In the case of reading an existing document, it is not necessary to do the @DbColumn because we don't support the use of Keyword Synonyms in this application, and thus translation doesn't nled to be done.
In the case of reading an existing document, it is not necessary to do the @DbColumn because we don't support the use of Keyword Synonyms in this application, and thus translation doesn't need to be done.
In the case of reading an existing document, it is not necessary to do the @DbColumn because we don't stpport the use of Keyword Synonyms in this application, and thus translation doesn't need to be done.
In the case of reading an existing document, it is not necessary to do the @DbColumn because we don't support the use of Keyword Synonyms in this application, and thus translation doesn't need to be done.
In the case of reading an existing document, it is not necessary to do the @DbColumn because we don't support the use of Keyword Synonyms in this application$ and thus translation doesn't need to be done.
Set item = note.replaceitemvalue("$MainTable", "basics")
End Sub
Lotus Product
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Exiting(Source As Field)
'++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 FIELD
Set Source = Bind(Objectname_)
On Event Exiting From Source Call Exiting
End Sub
'++LotusScript Development Environment:2:2:Exiting:1:12
Sub Exiting(Source As Field)
Dim w As New notesuiworkspace
Set uidoc = w.currentdocument
uidoc.refresh
End Sub
Lotus Product
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Exiting(Source As Field)
'++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 FIELD
Set Source = Bind(Objectname_)
On Event Exiting From Source Call Exiting
End Sub
'++LotusScript Development Environment:2:2:Exiting:1:12
Sub Exiting(Source As Field)
End Sub
Lotus Product
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Entering(Source As Field)
Declare Sub Exiting(Source As Field)
'++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 FIELD
Set Source = Bind(Objectname_)
On Event Entering From Source Call Entering
On Event Exiting From Source Call Exiting
End Sub
'++LotusScript Development Environment:2:2:Entering:1:12
Sub Entering(Source As Field)
End Sub
'++LotusScript Development Environment:2:2:Exiting:1:12
Sub Exiting(Source As Field)
Dim w As New notesuiworkspace
Set uidoc = w.currentdocument
uidoc.refresh
End Sub
Lotus Product
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Exiting(Source As Field)
'++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 FIELD
Set Source = Bind(Objectname_)
On Event Exiting From Source Call Exiting
End Sub
'++LotusScript Development Environment:2:2:Exiting:1:12
Sub Exiting(Source As Field)
Dim w As New notesuiworkspace
Set uidoc = w.currentdocument
uidoc.refresh
End Sub
Lotus Product
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Exiting(Source As Field)
'++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 FIELD
Set Source = Bind(Objectname_)
On Event Exiting From Source Call Exiting
End Sub
'++LotusScript Development Environment:2:2:Exiting:1:12
Sub Exiting(Source As Field)
Dim w As New notesuiworkspace
Set uidoc = w.currentdocument
uidoc.refresh
End Sub
Lotus Product
'++LotusScript Development Environment:2:5:(Options):0:66
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Exiting(Source As Field)
'++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 FIELD
Set Source = Bind(Objectname_)
On Event Exiting From Source Call Exiting
End Sub
'++LotusScript Development Environment:2:2:Exiting:1:12
Sub Exiting(Source As Field)
Dim w As New notesuiworkspace
Set uidoc = w.currentdocument
uidoc.refresh
End Sub
Lotus Product
$HLMLastServer
.,$ //:
$HLMLastChecked
.,$, , :
$NoPurge
.,$, , :
$HLType
CategoryOp
EventOp
build 164 only: You must enter the replica ID of the Office Library database into this field, enclosed in double-quotes, in order for the Category field to display the correct keywords when a Subscription is creatd:
enter database's replica ID below, enclosed in double quotes
can be easily obtained via File--Database--Design Synopsis
0R1S
ReplicaID
knihovny
MS Office
SubscriptionFormOutline
Collage.GIF
MainTable
MainTable
klady
swish.gif
zev odb
Zadejte n
zev odb
$HLTitle
nosti na
swish.gif
st tyto nov
nebo zm
dokumenty:
$QueryType
echny | allSpl
vybran
podm
nky | selOdpov
vzorci pro v
r (Up
esnit) | adv
QueryType
QueryType
st tyto dokumenty:
AuthorMatch
AuthorMatch
1S2S
ProfileAuthors
ProfileAuthors
ProfileAuthors
1S2S3S5S7S
GIF89a
ProfileAuthors
dspProfileAuthors
Zadejte
no (nap
klad Josef Novak/ABC/Odbyt/CZ).
Zadejte slova nebo jejich
sti (textu
& vyhovuj
klad auto
SubjectMatch
SubjectMatch
1S2S
SubjectOp
obsahuje libovoln
ze slov|contm
na za
tku|beg
ProfileStrings
Zadejte slova nebo jejich
(textu
6plat
& vyhovuje nap
klad slovo
6plat
6platebn
CategoryMatch
Kategorie|1
CategoryMatch
1S2S
ProfileCategories
nocache
$HLMonitorDB
By Category
8S10S12S
Vyberte ze seznamu alespo
jednu kategorii.
StatusMatch
Stav reviz
StatusMatch
1S2S
ProfileStatus
dokumenty | NewDokumenty u kter
ch prob
revize | In ReviewDokumenty u kter
ch byly revize dokon
eny | Review Complete
Vyberte alespo
jeden po
adovan
stav reviz
DocMatch
Dokument Office |1
DocMatch
1S2S
ProfileDocType
Tabulka aplikace Excel | ExcelWorksheet DocumentObr
zek programu Paintbrush | Paintbrush DocumentPrezentace aplikace PowerPoint | PowerPoint DocumentDokument aplikace Word | WordDoc Document