Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Version
Message
From
28/01/2006 11:29:17
 
 
To
28/01/2006 09:46:21
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01091154
Message ID:
01091166
Views:
13
Thanks Tore. Your lead led me to write this . . . which works for what I need.
Private GTBversion
DIMENSION aFiles[1]
AGETFILEVERSION(aFiles,"GTB.EXE")
GTBversion = aFiles(15,4)
>>Hi folks:
>>
>>I am wondering if it is possible to put a version number for a build on a form's title bar? I've been playing with
>>
>>Object.VersionNumber[ = cBuildNumber]
>>
>>With no success so far.
>
>=AGETFILEVERSION(temp,'yourfile.exe')
>thisform.AddProperty('version',temp(4)) && Thisform.version= version number
>
I ain't skeert of nuttin eh?
Yikes! What was that?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform