Click or drag to resize
ImportExportProcessResultsFile Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Imports DataPA Links from a Progress Results Query Configuration File (*.qc7)

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public bool ProcessResultsFile(
	string Filename,
	string SystemName,
	bool IgnoreDuplicates = true,
	ref Object ProgressBar = null,
	ref Object ConnectText = null
)

Parameters

Filename
Type: SystemString
Required. Absolute filename to import.
SystemName
Type: SystemString
Required. Name of System to load into.
IgnoreDuplicates (Optional)
Type: SystemBoolean
Optional. True=do NOT overwrite existing links (default).
ProgressBar (Optional)
Type: SystemObject
Optional. Progress bar to show progress.
ConnectText (Optional)
Type: SystemObject
Optional. Textbox "Connecting...".

Return Value

Type: Boolean
TRUE if one or more links where succesfully loaded.
Remarks