Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copying a general field
Message
From
03/09/2004 10:39:27
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00938969
Message ID:
00939124
Views:
20

var1 = table1.gen_field
sele table2
table2.gen_field2 = var1


you cannot put a general into a Variable.

use:
REPLACE IN table2 gen_field2 WITH table1.gen_field
Previous
Reply
Map
View

Click here to load this message in the networking platform