RE: error 1104 foxpro2.6 file read from vfp 6.0

Author: Juergen Wondzinski

Posted: 2001-08-15 at 18:48:38

Hi Richard,

Maybe you should rebuild the Index? Have you used a collatesquence in 2.6?

 Servus

    wOOdy

 |_/| ---- ProLib - programmers liberty -----

 (.. ) Our 5 MVPs make the Fox run... See us

  - /  at www.prolib.de or www.AFPages.com

-----Original Message-----

From: profox@leafe.com [mailto:profox@leafe.com]On Behalf Of Richard

Milner

Sent: Wednesday, August 15, 2001 5:15 PM

To: Multiple recipients of ProFox

Subject: error 1104 foxpro2.6 file read from vfp 6.0

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])".

©2001 Juergen Wondzinski