Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Developers project or executable ???
Message
 
To
25/04/2001 02:57:40
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00499437
Message ID:
00499442
Views:
23
>Hi all,
>
>can anybody tell me how i can determine within my Foxpro program whetehr it is executed from a executable or my Foxpro project? Is there a standard Foxpro procedure for this purpose?
>
>regards Erwin


You could try this:
if right(SYS(16),3)='EXE'
  ? 'Running from EXE'
else
  ? 'Not running from exe'
endif
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform