Sets the value of a field by passing a field’s valid Quik! Field Name as defined in the Quik! Field Definition

Namespace:  QFD
Assembly:  QFD (in QFD.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void SetValueByQuikFieldName(
	string strQuikFieldName,
	string strValue
)
Visual Basic (Declaration)
Public Sub SetValueByQuikFieldName ( _
	strQuikFieldName As String, _
	strValue As String _
)
Visual C++
public:
void SetValueByQuikFieldName(
	String^ strQuikFieldName, 
	String^ strValue
)

Parameters

strQuikFieldName
Type: System..::.String
The Quik! Field Name of the BaseField that is to be set
strValue
Type: System..::.String
The field value

Remarks

See Also