Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Basic Question - reading VersionNumber
Message
 
 
À
08/03/2002 18:18:04
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00630468
Message ID:
00630475
Vues:
21
This message has been marked as a message which has helped to the initial question of the thread.
>I am currently building my custom app framework , and I am now trying to build an "about" box , but i do not know how to read the project.VersionNumber value . I tried
>
>projectName.VersionNumber
>
>where projectName is my project , but it failed.
>
>Can anyone help me out here ?
>
>Thanks,

You can use AGETFILEVERSION( ) to get info about your application (EXE).
DIMENSION laExeInfo[2]
lcExeName = Sys(16,1)
AGETFILEVERSION(laExeInfo,  lcExeName ) 
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform