Load an item list from a CSV file.

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

Syntax

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

Parameters

szFile
Type: System..::..String
File name of the Item list.
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