Click or drag to resize

DbServer.FieldName Method

X#
Return the name of a specified field as a string.

Namespace:  VO
Assembly:  VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD FieldName(
	nFieldPosition
) AS USUAL CLIPPER
Request Example View Source

Parameters

nFieldPosition (Optional)
Type: Usual
The number of the field referenced.

Return Value

Type: Usual
Remarks
The field's hyperlabel also contains a name; these two names are the same in the code generated by the DBServer Editor.
See Also