... Yes, your bStrData definition is correct. You must also tell TXBrowse that you are using a database object: oBrw:SetoDBF( oArqEmp ) May I suggest naming your database object after the realworld object, for example "oEmployees." This makes the code easier to read and understand, especially ...