Group Database Functions
DbfDskSize()
Determines the size of a DBF file on disk that is opened in a workarea.
DbfDskSize() --> nDbfFileSize
DbfSize()
Determines the size of a DBF file in memory that is opened in a workarea.
DbfSize() --> nFileSize
FieldDeci()
Determines the number of decimal places of a database field.
FieldDeci( <nFieldPos> ) --> nDecimalPlaces
FieldNum()
Determines the ordinal position of a field in a database.
FieldNum( <cFieldName> ) --> nFieldPos
FieldSize()
Determines the length of a database field.
FieldSize( <nFieldPos> ) --> nFieldLength
FieldType()
Determines the type of a database field.
FieldType( <nFieldPos> ) --> cFieldType
IsDbt()
Determines whether a memo field exists in a database file.
IsDbt() --> lMemoExists