Append a CSV file to the existing item list.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Friend Function Append ( _
	szFile As String, _
	pbStatus As ProgressBar _
) As String

Parameters

szFile
Type: System..::..String
File name.
pbStatus
Type: System.Windows.Forms..::..ProgressBar
Progress bar status

Return Value

Error message. Empty if no errors.

Remarks

The number of columns and the captions will be compared between the loaded and defined item list and warnings will be displayed in case of mismatch.

See Also