Return the position of a specified field within the data server, as a number starting with 1.
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.7
Syntax VIRTUAL METHOD FieldPos(
cFieldName AS USUAL := NIL
) AS USUAL
public override Usual FieldPos(
Usual cFieldName = null
)
Request Example
View SourceParameters
- cFieldName (Optional)
- Type: Usual
The name or symbol of the desired field.
Return Value
Type:
Usual
The field position in the dbServer structure, or zero if not found.
FieldPos() Function
See Also