Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting the Company Name from the EXE during runtime.
Message
 
To
21/02/2005 12:45:59
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
00988897
Message ID:
00988901
Views:
54
>Hi all,
>
>How can get the Compnay Name I placed in the Project Manager - Project Info dialog during runtine of the compiled EXE. I beleive I can get it from the aGetFileVersion function, but I do not know if it is a function in 6.0, and I do not know how to obtain the full path to the running EXE.
>
>Thanks in advance.


This function exists in VFP 6.0
full_exe_name = SYS(16,1)
AGETFILEVERSION(aFver,full_exe_name)
? aFver[2]
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform