|
ERRCODE TFormer_SetVarValue |
( |
HTFORM |
pInstance, |
|
|
LPCSTR |
szVarName, |
|
|
LPCSTR |
szVarValue | |
|
) |
| | |
Sets the value of a DataField.
- Returns:
- - ErrOk (0) in case of success
- Non-zero if error occurred
- Parameters:
-
[in] | pInstance | The TFORMer-Instance provided by a previous call to TFormer_Init. |
[in] | szVarName | The name of the DataField for which the value should be set. |
[in] | szVarValue | The value for the given DataField. |
- Note:
- This function will test if
- See also:
- TFormer_SetReuseValues, TFormer_NewRecord.
|