Method: OpenDataStoreByParameter for Display
- Updated2024-09-12
- 3 minute(s) read
DIAdem NAVIGATOR > Methods > Method: OpenDataStoreByParameter for Display
Method: OpenDataStoreByParameter for Display
Uses the specified parameters to open a data store in the DIAdem NAVIGATOR interface.
bOpenDataStoreByParameter = Object.OpenDataStoreByParameter(PluginName, Param)
| Object | Display Object with this method |
| PluginName | String Specifies the name of the DataPlugin that opens the data store. |
| Param | String Specifies an XML string with the parameters of the data store. If you open a file-based data store, you only need to enter the filename as a parameter. To generate the XML string for a data store, press the shortcut <Ctrl-Shift-C> in one of the dialog boxes where you configure the data stores. Then open DIAdem SCRIPT and use the shortcut <Ctrl-V> to paste the clipboard contents to your script. |
| bOpenDataStoreByParameter | Boolean Specifies whether DIAdem opened the data store successfully (TRUE) or not (FALSE). |
![]() | Note If DIAdem cannot execute the OpenDataStoreByParameter method successfully, DIAdem fills the VBS Error object and aborts the script. DIAdem writes further information into the logfile and displays a dialog box that contains information on the error. |
![]() | Note Use Navigator.Display.CurrDataStore to access the DataStore object. |
![]() | Note Use the GetDataStore method to determine the associated data store without interface for a data store, which already has an open interface. Use the ConnectDataStore method to work directly with a data store without a user interface. |
The following example opens the MyAtfxData.atfx data store on the basis of the specified parameters:
| VBScript | Python |
Call Navigator.Display.OpenDataStoreByParameter("Atfx", "C:\MyAtfxData.atfx")
See Also
Procedures
Configuring the Search Results | Defining Search Areas | Executing a Search with OR Operations | Executing a Text Search | Indexing Search Areas | Optimizing Custom Properties | Saving and Loading a Search Query | Searching for Data on a Different Computer in the Network | Searching for Multiple Properties | Sorting Search Results before Executing a Search
Examples
Brake Tests for Trucks | Checking DataPlugins for Timeout | Combining DataFinder Search Results | Context Menu for the Search Results of the DataFinder | Creating ATFX Files from the Context Menu of an ASAM Data Store | Customized User Interface | Evaluation Wizard for the Search Results of the DataFinder | Filtering Data with a Dialog Box | Filtering Data without a Dialog Box | Search and Evaluation Functions in User Dialog Boxes | Searching for and Evaluating Channels | Searching for Channels in the NAVIGATOR | Searching for Data Sets Marked "Failed" in Data Stores | Searching for Data Sets Marked "Failed" | Searching for Properties and Evaluating the Associated Channels | Varying Browse Settings of a Data Store
