Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Index does not match file BUT
Message
De
26/01/2017 05:55:33
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Divers
Thread ID:
01646999
Message ID:
01647010
Vues:
42
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform