|
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
The parameters can be passed to a procedure... |
|
|
|
|
|
|
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure. |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
Converts a Word Processing document into a PDF file. |
|
|
|
|
|
|
Creates a character string from the data of a Word Processing control. |
|
|
|
|
|
|
Inserts an object in a Word Processing control. The objects that can be used are:
an element,... |
|
|
|
|
|
|
Converts a duration to a character string in the specified format. |
|
|
|
|
|
|
Retrieves all the emails found on a Notes server. |
|
|
|
|
|
|
Retrieves all the emails found on an Outlook server. |
|
|
|
|
|
|
Copies the attachment of current email onto the user computer (locally). |
|
|
|
|
|
|
Deletes a folder on an IMAP server. |
|
|
|
|
|
|
Deletes a folder from the Outlook messaging software. |
|
|
|
|
|
|
Adds an element, text or image at the end of a docFragment variable. |
|
|
|
|
|
|
Adds at the end of a Document variable: an element, a document, a paragraph, a text, an image... |
|
|
|
|
|
|
Indicates the start of a series of actions performed on a Document variable in a single event... |
|
|
|
|
|
|
Closes the docx file associated with the Document variable and frees the document. |
|
|
|
|
|
|
Indicates the end of a series of actions performed in a Document variable in a single event... |
|
|
|
|
|
|
Allows you to:
Specify the row and column headers displayed in a Pivot Table control.
Find... |
|
|
|
|
|
|
Updates some of the data found in a Pivot Table control from a given date. |
|
|
|
|
|
|
Loads the result of the calculation performed in a Pivot Table control from a backup (file found... |
|
|
|
|
|
|
Expands the data found in a Pivot Table control according to a row header or to a column header. |
|
|
|
|
|
|
Entirely calculates or recalculates a Pivot Table control. |
|
|
|
|
|
|
Expands all row and/or column headers in a Pivot Table control.... |
|
|
|
|
|
|
Collapses the data found in a Pivot Table control according to a row header or to a column header. |
|
|
|
|
|
|
Collapses all row and/or column headers in a Pivot Table control.... |
|
|
|
|
|
|
Enables or disables a filter on a Pivot Table control. |
|
|
|
|
|
|
Returns the values of headers corresponding to a position in a Pivot Table control in pixels. |
|
|
|
|
|
|
Returns all values associated with a row or column header in a Pivot Table control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|