Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Developers project or executable ???
Message
 
À
25/04/2001 02:57:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00499437
Message ID:
00499442
Vues:
24
>Hi all,
>
>can anybody tell me how i can determine within my Foxpro program whetehr it is executed from a executable or my Foxpro project? Is there a standard Foxpro procedure for this purpose?
>
>regards Erwin


You could try this:
if right(SYS(16),3)='EXE'
  ? 'Running from EXE'
else
  ? 'Not running from exe'
endif
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform