Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Syntax for VERSIONNUMBER
Message
 
À
16/03/1999 13:51:28
Ian Matthews
Up & Running Technologies Inc
Chestermere, Alberta, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00198248
Message ID:
00198293
Vues:
19
>What is the syntax for pulling the build # of a project into a variable?
>
>I beleived that it was something like:
>> a=myprojectname.versionnumber
>but apparently not. I get "ALIAS MYPROJECTNAME not found."
>
>Ideas???


For vfp 6.0


lcFile = justFname(sys(16,1))
if agetfileversion(laVersion, lcFile) > 0
thisform.lblVersion.caption = 'ver: ' + laVersion[4]
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform