'++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
New document
Subject
4S6S
'++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
Document
Recipient :
SendTo
Subject :
Subject
BodyEntrez le texte (ou une description) du document.
PDFmail_Send
This document is sent|1
PDFmail_DirectSend
Send without show the user interface|1
ReviewerLog
1S2S
Close
0S0E
_Edit document
DocumentAuthors
9S15S
Categorize
_Forward
_Move to folder...
_Remove from folder
_Send document
Categorize
_Edit document
_Send document
_Forward
New document,
Document
0S0E
_Move to folder...
_Remove from folder...
PDFmail
'++LotusScript Development Environment:2:5:(Options):0:74
Use "ProcessPDFmail"
'++LotusScript Development Environment:2:5:(Forward):0:1
Declare Sub Click(Source As Button)
'++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 BUTTON
Set Source = Bind(Objectname_)
On Event Click From Source Call Click
End Sub
'++LotusScript Development Environment:2:2:Click:1:12
Sub Click(Source As Button)
PDFmail_ProcessAll
End Sub
Symbol
PDFmail Database
This database is designed to be called up directly from the
PDFmail
application.
It enables the PDF documents created by this application to be temporarily stored and then transmitted.
To operate correctly in automatic mode, this database must be closed before calling up PDFmail
. If this is not the case, you should go to the "All documents" display and call up the
PDFmail
function manually
This database also stores documents transmitted by
PDFmail
when the Notes client is busy and cannot immediately transmit the messages. When this happens, the message is automatically transmitted when the
PDFmail
database is open.
If there are documents waiting in the
PDFmail
database, you can send them manually using the "
PDFmail
" feature (button or menu).
For the attention of Notes R 5 users
This database is compatible with Notes R 5
It is used instead of the standard MAPI client supplied with Lotus, as this does not enable you to automatically set the recipient and the Body field, or carry out automatic transmission.
This database is not signed.
When the LCE is set-up by default, you cannot directly use the majority of functions programmed into the database. To do this you should:
Either definitively accept the signatory when Notes displays the message at the moment that each function concerned is carried out (this operation is performed once per function)
Or modify the LCE (in user preferences) by selecting all the functions required.
Or, if you do not want the LCE to be modified for all unsigned databases / documents ask your administrator to sign the full database with an ID enabling you to carry out the functions that are within your user context.
Symbol
bullet
PDFmail Database
This database is designed to be called up directly from the
PDFmail
application.
It enables the PDF documents created by this application to be temporarily stored and then transmitted.
To operate correctly in automatic mode, this database must be closed before calling up PDFmail
. If this is not the case, you should go to the "All documents" display and call up the
PDFmail
function manually
This database also stores documents transmitted by
PDFmail
when the Notes client is busy and cannot immediately transmit the messages. When this happens, the message is automatically transmitted when the
PDFmail
database is open.
If there are documents waiting in the
PDFmail
database, you can send them manually using the "
PDFmail
" feature (button or menu).
For the attention of Notes R 5 users
This database is compatible with Notes R 5
It is used instead of the standard MAPI client supplied with Lotus, as this does not enable you to automatically set the recipient and the Body field, or carry out automatic transmission.
This database is not signed.
When the LCE is set-up by default, you cannot directly use the majority of functions programmed into the database. To do this you should:
Either definitively accept the signatory when Notes displays the message at the moment that each function concerned is carried out (this operation is performed once per function)
Or modify the LCE (in user preferences) by selecting all the functions required.
Or, if you do not want the LCE to be modified for all unsigned databases / documents ask your administrator to sign the full database with an ID enabling you to carry out the functions that are within your user context.