Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Basic Question - reading VersionNumber
Message
 
 
To
08/03/2002 18:18:04
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00630468
Message ID:
00630475
Views:
22
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform