[This is preliminary documentation and is subject to change.]

Translates all the boolean on the case list

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static void ConvertTrackerBooleanDBToScreen(
	DataSet ds,
	int fieldTable,
	int dataTable
)
Visual Basic (Declaration)
Public Shared Sub ConvertTrackerBooleanDBToScreen ( _
	ds As DataSet, _
	fieldTable As Integer, _
	dataTable As Integer _
)
Visual C++
public:
static void ConvertTrackerBooleanDBToScreen(
	DataSet^ ds, 
	int fieldTable, 
	int dataTable
)

Parameters

ds
Type: System.Data..::.DataSet
The entire caselist dataset
fieldTable
Type: System..::.Int32
The index of the table on the dataset where the field information is stored
dataTable
Type: System..::.Int32
The index of the table on the dataset where the data information is stored

See Also