AdoServer:FieldPos()

<< Click to Display Table of Contents >>

Navigation:  Dataservers > AdoServer Class >

AdoServer:FieldPos()

Previous pageReturn to chapter overviewNext page

Purpose

Return the position of a specified field within the data server, as a number starting with 1.

 

Prototype

METHOD FIELDPOS (  uFieldID ) CLASS AdoServer

 

Argument(s)

<uFieldID>        the position/name/symbol of the required field

 

Return

DWORD        position of the required field or 0 if the field was not found

 

Description

This method will return the position of a specified field within the data server

 

 

See Also

AdoServer