Click or drag to resize

DataWindow.FIELDGET Method

X#
Retrieve the current value of the indicated control in this data window (and the data server field associated with this control, if any).

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD FIELDGET(
	uFieldID
) AS USUAL CLIPPER
Request Example View Source

Parameters

uFieldID (Optional)
Type: Usual
The name, number, or symbol representing the desired field.

Return Value

Type: Usual
The field's contents. The data type of the return value depends on the data type of the field.
Remarks
In data windows, controls (such as edit controls and check boxes) can be linked to the fields in the connected data server. Since the name of the control and the field are the same, FieldGet() can also be used to retrieve a control that is not connected to a server.
See Also