Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Version number
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01560622
Message ID:
01560623
Vues:
75
>I've been noodling with version() and applicationname.version and haven't been able to get a result for my created exe. I can display the current version of VFP but want the version of my exe to display.
>Would someone who has done this before please post the snippet that does the job?
LOCAL ARRAY laFile(1)
IF VERSION(2)=0 && runtime
   =AGETFILEVERSION(laFile,SYS(16,0))
ELSE
   =AGETFILEVERSION(laFile,JUSTPATH(SYS(16,0))+"\yourexe.exe")
ENDIF
?laFile(4)
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform