Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FYI: SFReports and VFP7
Message
 
À
03/08/2001 11:04:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Stonefield
Divers
Thread ID:
00539395
Message ID:
00539417
Vues:
11
Hi Mike,

>Anyone trying to run SFReports and VFP7 might run into some trouble. The problem is the format of Version(4) has changed from 6 to 7, so when Doug checks to make sure at least VFP6 SP3 is installed before COMPILEing code at runtime, VFP7 fails the test.
>
>This code is in a handful of places, I recommend Erik Moore's SearhString to find them all (I searched for the phrase "8492").
>
>Replace the line:
>
>
if lcVersion >= '8492'
>
>with
>
>
if lcVersion >= '8492' OR LEFT(version(4), 2) = '07'
Thanks for the info, but I would use this expression, because I want it to work in VFP8 too < g,d&rvvf >:
if lcVersion >= '8492' OR version(5)>=700
Regards,
Frank Camp
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform