|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns the list of connections currently described in the application: - connections described in the data model editor (for the main analysis and, if necessary, additional analyses).
- connections described by programming (with functions HDescribeConnection or HOpenConnection).
|
|
|
|
|
|
|
|
| Dynamically changes the connection associated with a data file. |
|
|
|
|
|
|
|
| Connects the current application to a database that must be interrogated via SQL. |
|
|
|
|
|
|
|
| Modifies the current connection. |
|
|
|
|
|
|
|
| Describes a new connection to an external database. |
|
|
|
|
|
|
|
| Opens a connection to a specific database. |
|
|
|
|
|
|
|
| Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables. |
|
|
|
|
|
|
|
| When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information... |
|
|
|
|
|
|
|
| Closes a connection to a database. |
|
|
|
|
|
|
|
| Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP). |
|
|
|
|
|
|
|
Returns the list of files:- current analysis.
- analyses in progress (projects with multiple analyses).
- a specific analysis recognized by the HFSQL engine.
- available on a connection via a Native Connector or an OLE DB driver.
- for a group of files defined in the data model editor.
|
|
|
|
|
|
|
|
| Opens a connection to a specific database. |
|
|
|
|
|
|
|
| Dynamically changes the connection associated with a data file. |
|
|
|
|
|
|
|
| Returns the index of the current column in a Table based on a data file or in a Table populated programmatically. |
|
|
|
|
|
|
|
| Retrieves the coordinates of the control in relation to the top left border of the window as well as the physical size of a control. |
|
|
|
|
|
|
|
| Retrieves the name of the control being edited and its index, if necessary. |
|
|
|
|
|
|
|
| Initializes the file items with the value of the window controls bound to these items. |
|
|
|
|
|
|
|
| Initializes the window controls with the values of the file items linked to the controls. |
|
|
|
|
|
|
|
| Loads the file that contains the error messages handled by WD??EXE.DLL in the desired language. |
|
|
|
|
|
|
|
| Indicates the name of the first editable control or the name of the next control that must be in edit. |
|
|
|
|
|
|
|
| Resets to zero (for a numeric control) or clears (for the other types of controls) the content of the controls found in the current window. |
|
|
|
|
|
|
|
| Retrieves the value in a control or in a variable. |
|
|
|
|
|
|
|
| Starts the input in the controls of a window. |
|
|
|
|
|
|
|
| Modifies the status of a control (invisible, active, inactive, grayed) |
|
|
|
|
|
|
|
| Returns the name of the next editable control. |
|
|
|
|
|
|
|
| Defines whether a control is included (or not) in the current window. |
|
|
|
|
|
|
|
| Returns the status of a menu option (active, invisible, grayed). |
|
|
|
|
|
|
|
| Finds out whether a menu option is marked or not. |
|
|
|
|
|
|
|
| Adds a menu into the window that is opened. |
|
|
|
|
|
|
|
| Selects or deselects, makes invisible, marks or unmarks an option found in the current menu. |
|
|
|
|
|
|
|
| Adds an element to a Combo Box or List Box control. |
|
|
|
|
|
|
|
| Inserts an element at the given index of a drop-down or expanded list. |
|
|
|
|
|
|
|
| Modifies an element in a drop-down list or in an expanded list. |
|
|
|
|
|
|
|
| Returns the number of elements found in a list. |
|
|
|
|
|
|
|
| Position the first element displayed in the list or returns the subscript of the first element displayed. |
|
|
|
|
|
|
|
| Retrieves the value of a given element or the value of the selected element in a drop-down list or in an expanded list. |
|
|
|
|
|
|
|
| Returns the element selected in the list. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|