Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Loking for a file on drive C: ?
Message
De
27/06/2014 09:19:33
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01602647
Message ID:
01602660
Vues:
101
>Hi.
>We have an app deployed on a Shared Network drive and its comomg up with a Program error as follows:
>
>------------------------------------------------------------------------
>Program error
>c:\users\fred\appdata\local\temp\MyErrorRoutine.fxp
>------------------------------------------------------------------------
>
>All data and programs (.exe) are on a Shared Mapped Drive (K:) and nothing should be on Drive C:
>There is an -> ONerror Do MyErrorRoutine in the Calling Program
>
>Why would it be looking for anything on a Local drive related to the user ?
>This relates to a Windows 8 pc connected to a Shared Windows Drive on another machine
>(There are only 4 users on the system )
>
>
>The error message comes up about 4 times a day so it seems to be random, other than this no other problems
>
>Same app running in lots of other sites (Inclusing Windows 8) without any problems
>

Is there anywhere in the application where you temporarily change the error handler and then set it back? Maybe something like:
cError = ON("ERROR")
ON ERROR Somethig else
Blah
blah
ON ERROR &cError
Tamar
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform