Author: Richard Milner
Posted: 2001-08-15 at 16:14:30
I am getting an error on certain occasions reading a free table in foxpro
2.6 from a vfp 6.0 application.
It is error 1104 and occurs on a seek statement (see example code snippet
below).
Any ideas? The file is based accross a network from the system reading it.
******************************************
local ll_Result
ll_Result = .F.
Use \networkmapping ableX Alias tableX_26 Order key Shared
Select tableX_26
set order to key
ll_Result = Seek ([FRED])
***********************************
Error returned.
Error reading file. (1104) given for file tableX_26 at the line
"ll_Result = Seek ([FRED])".