Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to detect myapp.exe compiled vfp7 or vfp8
Message
From
22/09/2003 08:22:42
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00831015
Message ID:
00831037
Views:
18
>Here is the Agnes suggest . is this enough
>
>
>if version(5)>=800
>set enginbehaviour 70
>endif
>
Reread my reply. version(4), version(5) would error on some older versions. If you want to use version :
if type('version(5)')='N' and version(5)>=800
 set enginebehavior 70
endif
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform