Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP6 Upgrade to VFP9
Message
From
21/04/2005 13:57:19
 
 
To
21/04/2005 13:32:30
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01007028
Message ID:
01007149
Views:
20
>If we upgrade to VFP 9.0, do we lose the capability of compiling for 6.0?
>We anticipitate needing to compile at both levels.


No. As long as you don't use any of the newer extensions and improvements, like SET ENGINEBEHAVIOR, icons in menus, correlated queries or any of the expanded queries possible in VFP9, new report engine, BLOB fields, etc. you could always compile the same source back in VFP6.

You could also put pre-compiler directives around version-specific code. Something like:
#IF Version(5) > 600
  * newer code
#ELSE
  * older code
#ENDIF


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Previous
Reply
Map
View

Click here to load this message in the networking platform