DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
TRUE if one or more links where succesfully loaded.
Imports DataPA Links from a Progress Results Query Configuration File (*.qc7)
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public bool ProcessResultsFile( string Filename, string SystemName, bool IgnoreDuplicates = true, ref Object ProgressBar = null, ref Object ConnectText = null ) |
Visual Basic |
---|
Public Function ProcessResultsFile ( Filename As String, SystemName As String, Optional IgnoreDuplicates As Boolean = true, Optional ByRef ProgressBar As Object = Nothing, Optional ByRef ConnectText As Object = Nothing ) As Boolean |
Visual C++ |
---|
public: bool ProcessResultsFile( String^ Filename, String^ SystemName, bool IgnoreDuplicates = true, Object^% ProgressBar = nullptr, Object^% ConnectText = nullptr ) |
Parameters
- Filename
- Type: System..::..String
Required. Absolute filename to import.
- SystemName
- Type: System..::..String
Required. Name of System to load into.
- IgnoreDuplicates (Optional)
- Type: System..::..Boolean
Optional. True=do NOT overwrite existing links (default).
- ProgressBar (Optional)
- Type: System..::..Object%
Optional. Progress bar to show progress.
- ConnectText (Optional)
- Type: System..::..Object%
Optional. Textbox "Connecting...".
Return Value
Type: BooleanTRUE if one or more links where succesfully loaded.