Description
Returns the number of fields present in the record set. Select must be called prior to making calls to this method.
Syntax
Function GetFieldCount
Parameters
none
Return value
integer - the number of fields in the database
Example
Sample code
Dim f_countIf DB.Select() Then f_count = DB.GetFieldCount() End If
See also
Platform Objects and MethodsDB.sortDB.SelectDBCreator.GetFieldDefinition
Platform Objects and Methods
DB.sort
DB.SelectDBCreator.GetFieldDefinition