Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP7 Produced table not recognised in FPD26
Message
 
 
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01238555
Message ID:
01238572
Views:
9
You can use pre-compiler directives
#IF "VISUAL" $ UPPER(VERSION())
	#DEFINE ccFOX2X TYPE FOX2X
#ELSE	
	#DEFINE ccFOX2X 
#ENDIF	

COPY TO (lcFox2xTable) ccFOX2X 
<snip>
>
>It would be pointless putting the "TYPE FOX2X" in my FPD26 prog as THAT wouldn't be recognised by the 2.6 compiler (the system is still run in a DOS window).
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform