DataServer.FIELDPUT Method | |
Assign a value to a field in this data server.
Namespace:
VO
Assembly:
VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD FIELDPUT(
nFieldPosition,
uValue
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual FIELDPUT(
Usual nFieldPosition = default,
Usual uValue = default
)
Request Example
View SourceParameters
- nFieldPosition (Optional)
- Type: Usual
The name, number, or symbol representing the desired field. - uValue (Optional)
- Type: Usual
The value to be assigned to the field. The data type of this value must match the data type of the field.
Return Value
Type:
Usual
The newly assigned value if the operation was successful; otherwise, NIL.
See Also