Stamp the current item as "processed without errors".

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

Syntax

Visual Basic
Friend Sub ItemStamp ( _
	szStamp As String _
)

Parameters

szStamp
Type: System..::..String
Stamp for the first column with this string. If omited, szStamp=" *"

Remarks

This function is for backwards compatibility only. It has been used to show which item is currently being processed. Now use ItemStatus[([( Int32, String])]) to set the status of the item like fresh, processing or processed. The item list will be scrolled to ensure the stamped item to be visible for the user. Current implementation inserts the szStamp after the content of the first column.

See Also