| Stonefield Query SDK |
| Application Object |
Properties
| Name | Data Type | Description |
|---|---|---|
| ApplicationDataDirectory | Character | The path for Stonefield Query's data files, such as the users and roles tables. |
| ApplicationDirectory | Character | The path for the Stonefield Query program files. |
| ApplicationName | Character | The name assigned to the Stonefield Query project. This is the value specified in the Application Name configuration setting. |
| CanEditReports | Boolean | True if the user can add or edit reports, False if not. |
| DataEngine | Object | A reference to the DataEngine object. |
| Parameters | Object | A reference to the Parameters collection. |
| ProjectDirectory | Character | The path for the open project's configuration files. |
| ReportsDirectory | Character | The path for the reports files. |
| ReportEngine | Object | A reference to the ReportEngine object. |
| SerialNumber | Character | The serial number for the current license. |
| ShortApplicationName | Character | The abbreviated name assigned to the Stonefield Query project. This is the value specified in the Short Application Name configuration setting. |
| TargetApplicationDirectory | Character | The target application's program directory. This value is blank if the Need Target Application Directory configuration setting is False. |
| Users | Object | A reference to the Users collection. |
| Version | Character | The Stonefield Query version number. |
Methods
| Name | Description |
|---|---|
| AddProperty | Adds a property to the Application object. |
| Decrypt | Decrypts a string. |
| Encrypt | Encrypts a string. |
| Execute | Executes an application. |
| GetINIValue | Reads a value from the specified INI file. |
| GetRegistryValue | Reads a value from the Windows Registry. |
| GetValuesCollection | Returns a values collection object. |
| PromptUserForValue | Asks the user for a value. |
| SetINIValue | Writes a value to the specified INI file. |
| SetRegistryValue | Saves a value in the Windows Registry. |
| ShowErrorMessage | Displays an error message, similar to the MESSAGEBOX() function. |
| ShowStatus | Displays a message in the Reports Explorer status bar. |
| Shutdown | Terminates the Stonefield Query session. |
| UpdateProgressBar | Updates the value of the progress bar in the Reports Explorer status bar. |
| Last Updated: 02/26/2008 |