Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FYI: SFReports and VFP7
Message
 
To
03/08/2001 11:04:33
General information
Forum:
Visual FoxPro
Category:
Stonefield
Miscellaneous
Thread ID:
00539395
Message ID:
00539417
Views:
12
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform