Select_Best_Column - dbList_
Returns the number of the column of this object that is best for the file_number and field_number of the invoking-object item
Type: Function
Return Data Type: Integer
Parameters
| Parameter | Type | Description |
|---|---|---|
| FileNum | Integer | The file number |
| FieldNum | Integer | The field number |
Syntax
Function Select_Best_Column Integer FileNum Integer FieldNum Returns Integer
Call Example
Get Select_Best_Column FileNum FieldNum to IntegerVariable
Description
The Select_best_column function returns the number of the column of this object that is best for the file_number and field_number of the invoking-object item.
Return Value
If no column will serve, 1 is returned.