Click or drag to resize

DataServer.FIELDPUT Method

X#
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
Request Example View Source

Parameters

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