clsDBSysTemplate..::..AddField Method

Namespace:  JiwaFinancials.Jiwa.JiwaDBSysTemplate
Assembly:  JiwaDBSysTemplate (in JiwaDBSysTemplate.dll)

Syntax


public void AddField(
	string FieldName,
	clsDBSysFields..::..DebtorTemplateCellTypes CellType,
	string ComboText,
	string ScriptFormatCell,
	string ScriptButtonClicked,
	string ScriptReadData,
	string DefaultValue
)
Public Sub AddField ( _
	FieldName As String, _
	CellType As clsDBSysFields..::..DebtorTemplateCellTypes, _
	ComboText As String, _
	ScriptFormatCell As String, _
	ScriptButtonClicked As String, _
	ScriptReadData As String, _
	DefaultValue As String _
)
public:
void AddField(
	String^ FieldName, 
	clsDBSysFields..::..DebtorTemplateCellTypes^ CellType, 
	String^ ComboText, 
	String^ ScriptFormatCell, 
	String^ ScriptButtonClicked, 
	String^ ScriptReadData, 
	String^ DefaultValue
)

Parameters

FieldName
Type: String
CellType
Type: JiwaFinancials.Jiwa.JiwaDBSysTemplate..::..clsDBSysFields..::..DebtorTemplateCellTypes
ComboText
Type: String
ScriptFormatCell
Type: String
ScriptButtonClicked
Type: String
ScriptReadData
Type: String
DefaultValue
Type: String