Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Index does not match file BUT
Message
From
26/01/2017 05:55:33
 
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Miscellaneous
Thread ID:
01646999
Message ID:
01647010
Views:
41
>I have a vfp program which uses about 30 files - when run it brings up an error index does not match file
>
>When I connect into this machine remotely via Logmein and run the program I do not get the error and the program runs ok
>
>When I run this program on another machine at the same site I do not get the error and the program runs ok
>
>How can I find out which file the system is referring to - I would guess its referring to a file on the c: drive hence it runs on other machines but why is it OK when I run it remotely?
>
>Has anyone heard of a fault like this before?

Retrieve the information on the error in an array
LOCAL ARRAY Errors[1]

* open the files and, after the error

AERROR(m.Errors)
DISPLAY MEMORY LIKE Errors

* or, ? m.Errors[4], if it is holding the work area, and ? ALIAS(m.Error[4]) to get its alias
----------------------------------
António Tavares Lopes
Previous
Reply
Map
View

Click here to load this message in the networking platform