Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot get name of executable while running
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00646347
Message ID:
00646371
Views:
13
Both of those commands show "vfp.exe". I guess I did not say it right, I need the application executable name, like: payroll.exe or genSrvcs.exe.

>>Is there any way to capture the name of the executable while the app is running. I want to use a variable for that name to use in the newobject function oObj=newobject(class,parentclass,sExe), where sExe=executablename.
>>
>>Thanks
>
>
lcExeName = SYS(16,1)
>* or
>lcExeName = _vfp.ServerName
Extreme Programming = Plan -> Design -> Code -> Test
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform