|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Returns the name of a file "uploaded" by the Web user. This upload may have been performed:
via... |
|
|
|
|
|
|
|
| Saves on the server a file "uploaded" by the Web user. This upload may have been performed:
via... |
|
|
|
|
|
|
|
| Used to enable or disable the secure SSL mode. |
|
|
|
|
|
|
|
| Retrieves the value of a cookie saved on the computer of Web user. |
|
|
|
|
|
|
|
| Writes a cookie onto the computer of the Web user. |
|
|
|
|
|
|
|
| Refreshes a Looper control based on a data file from a given position: the modifications performed... |
|
|
|
|
|
|
|
| Adds a row at the end of a Looper control. |
|
|
|
|
|
|
|
| Adds a row at the end of a Looper control. |
|
|
|
|
|
|
|
| Searches for a value in an attribute of a Looper control. |
|
|
|
|
|
|
|
| Inserts a row into a Looper control. |
|
|
|
|
|
|
|
| Inserts a row into a Looper control. |
|
|
|
|
|
|
|
| Changes the values of the attributes in a row of a Looper control. |
|
|
|
|
|
|
|
| Changes the values of the attributes in a row of a Looper control based on a data file or populated... |
|
|
|
|
|
|
|
| Returns the number of the current record in a Looper control based on a data file. |
|
|
|
|
|
|
|
| Returns the number of rows in a Looper control. |
|
|
|
|
|
|
|
| Deletes all rows from a Looper control populated programmatically. |
|
|
|
|
|
|
|
| Allows you to:
Sort a Looper control according to one or more attributes.
Sort a Looper... |
|
|
|
|
|
|
|
| Retrieves the directory of the data files found in the User Groupware. |
|
|
|
|
|
|
|
| Retrieves information about the current user (application that uses the User Groupware). |
|
|
|
|
|
|
|
| Opens the User Groupware login window or page. |
|
|
|
|
|
|
|
| Connects a user to an application that is using the User Groupware. |
|
|
|
|
|
|
|
| Opens a connection to a specific Client/Server database to manage the files of user groupware... |
|
|
|
|
|
|
|
| Specifies the location of user classes required to run the Java application or the Java applet. |
|
|
|
|
|
|
|
| Initialize the analysis of user groupware. |
|
|
|
|
|
|
|
| Starts a Java application or a Java applet by invoking the "Main" method of a given Java class. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|