Bernie - As the error message suggests, the dBase file is not in the current directory so it must be on the search path in order for R:BASE to find it.
You have two choices: 1. Move the dBASE file into the same folder as the R:BASE database files Or 2. Go into the computer's environment settings and add the folder, \caller~1\phone, to the PATH setting. Sami ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Sami Aaron Software Management Specialists 913-915-1971 [EMAIL PROTECTED] -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Bernard Lis Sent: Wednesday, January 19, 2005 9:58 AM To: RBG7-L Mailing List Subject: [RBG7-L] - Attaching dBase file R>attach \caller~1\phone R>list phone Table: phone No Lock(s) No. Column Name Attributes --- ------------------ ------------------------------------------------------ 1 NAMELIST Type : TEXT 6 2 NUMBER Type : TEXT 10 3 NOTEx Type : TEXT 24 Current number of rows: DBF R>sel * from phone -ERROR- Cannot find dBASE file in current directory or path. (2585) Why do I get this error? Bernie Lis
