Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compiled exe file
Message
From
05/08/2003 13:35:26
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00816966
Message ID:
00816977
Views:
22
>Hi
>Is there a property which could be read to determine whether a form is being run in a standalone 'exe' file or whether it is being run within Foxpro?

Joseph,

I always use this
*---------------------------------------------------------------------------
function IsRunTime()
	return empty(Version(2))
endfunc
*---------------------------------------------------------------------------
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform