DIAdem Help

Method: Search for QueryForm <DataFinder>

  • Updated2024-09-12
  • 2 minute(s) read

Method: Search for QueryForm <DataFinder>

Executes an interface search with the current search conditions in a DataFinder. Specify the search conditions before the search starts with SetCurrQuery, or Conditions.Add or enter them manually on the DataFinder interface.

Object.Search
ObjectQueryForm <DataFinder>
Object with this method

Note  DIAdem saves the results of a search on the DIAdem interface in the ResultsList object.

The following example executes a search:

VBScriptPython

 

Dim oMyDataFinder
Set oMyDataFinder = Navigator.Display.CurrDataFinder
Call oMyDataFinder.QueryForm.Search()