|
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
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... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
The parameters can be passed to a procedure... |
|
|
|
|
|
|
Reinitializes the Group structure. |
|
|
|
|
|
|
Reads the group of contacts found after the current group in the address book of a Lotus Notes... |
|
|
|
|
|
|
Deletes the current group of contacts from the address book of a Lotus Notes or Outlook messaging. |
|
|
|
|
|
|
Used to find out and modify some settings of HFSQL Client/Server server.... |
|
|
|
|
|
|
Closes a session with Lotus Notes or Outlook. |
|
|
|
|
|
|
Seeks one or more emails according to specified criteria, in a local or remote Lotus Notes... |
|
|
|
|
|
|
Emulates the next call to Warning and automatically clicks the "OK" button. |
|
|
|
|
|
|
Emulates the next call to Confirm and automatically clicks the button passed in parameter. |
|
|
|
|
|
|
Emulates the next call to Dialog and automatically clicks the button passed in parameter. |
|
|
|
|
|
|
Emulates the next call to Error and automatically clicks the "OK" button. |
|
|
|
|
|
|
Emulates the next call to Info and automatically clicks the "OK" button. |
|
|
|
|
|
|
Emulates the next call to OKCancel and automatically clicks the button passed in parameter. |
|
|
|
|
|
|
Emulates the next call to YesNo and automatically clicks the button specified in parameter. |
|
|
|
|
|
|
Emulates the next menu that will be opened and automatically runs the menu option passed... |
|
|
|
|
|
|
Returns the dimension of an item for the current document in Lotus Notes. |
|
|
|
|
|
|
Seeks a document in Lotus Notes. |
|
|
|
|
|
|
Positions on the last document found in Lotus Notes. |
|
|
|
|
|
|
Positions on the document found before the current document in Lotus Notes. |
|
|
|
|
|
|
Positions on the first document found in Lotus Notes. |
|
|
|
|
|
|
Positions on the document found after the current document in Lotus Notes. |
|
|
|
|
|
|
Used to find out whether a current document exists in Lotus Notes. |
|
|
|
|
|
|
Saves the current document in Lotus Notes. |
|
|
|
|
|
|
Closes the local or remote database used (Lotus Notes or Domino). |
|
|
|
|
|
|
Returns the list of items for the current Notes document in Lotus Notes. |
|
|
|
|
|
|
Modifies the specified item of the current document in Lotus Notes. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|