Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to detect myapp.exe compiled vfp7 or vfp8
Message
De
22/09/2003 08:22:42
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00831015
Message ID:
00831037
Vues:
19
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform