xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

FieldNum()

Returns the ordinal position of a field in a database.

Syntax

FieldNum( <cFieldName> ) --> nFieldPos

Arguments

<cFieldName>
A character string holding the name of a database field.

Return

The function is a synonym for FieldPos() and returns the ordinal position of a database field as a numeric value.

Description

Info

See also:FieldPos()
Category: CT:Database , Field functions
Source:ct\dbftools.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe