Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alias not found
Message
De
27/03/1998 15:20:10
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Alias not found
Divers
Thread ID:
00087803
Message ID:
00087803
Vues:
55
Would someone tell me why the top two lines elicit
an alias not found. I'm just trying to test for the
existance of this file. It especialy doesn't like it
when I use the full path name.


if FILE(finished.txt)
Return .T.
DECLARE SHORT ExitWindowsEx IN Win32API;
INTEGER nShutDownMode,;
INTEGER nReserved
Declare Integer ExitProcess IN Win32API;
Integer ExitCode
#DEFINE ShutdownFlagValue0
#DEFINE ShutdownFlagValue1
#Define ShutdownFlagValue2
ON SHUTDOWN nResult=ExitProcess(0)

nMyReturnValue=ExitWindowsEX(1,0)
else
endif
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform