Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending records from one cursor to another
Message
From
17/02/2004 05:42:23
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00877866
Message ID:
00877868
Views:
8
CREATE CURSOR crsrisk ;
 (Mainkey c(30), Group C(30), Element C(30), Weight C(10))

select crsrisk 
APPEND FROM DBF('fablin') FIELDS mainkey, group, element, weight
but you can write
select mainkey, group, element, weight;
FROM fablin ;
into cursor crsrisk readwrite
Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform