ControlEntry SetValueInEditMode Method frevvo Live Forms
Sets the value for a control in edit mode

Namespace: Frevvo.Forms.Client
Assembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax

public void SetValueInEditMode(
	string newValue
)

Parameters

newValue
Type: OnlineSystem String
The value to set the control in Edit mode
Exceptions

ExceptionCondition
OnlineSystem ExceptionThrown when Control is not in Edit Mode, and Edit Link is null.
Remarks

Method added in Release 6.2
See Also