HaveDbt() Indicates if the Dbf has a linked Dbt Syntax: HaveDbt( cDbf ) -> lHave cDbf : The name of the Dbf with extension to be verified Description: Indicates if the specified Dbf has a linked Dbt, if it has any memo field. Return: .T. if it has memo fields or .F. if it hasn't Example: ? HaveDbt( "Fast.dbf" )