Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursors
Message
From
08/10/2001 13:00:15
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00565563
Message ID:
00565578
Views:
23
>Thanks that worked, but I guess append doesn't pick up calculated fields such as (totpay)/ppdays2. I am probably going to have append without calculation and then cycle though the table rewriting new calculations.

For that, you can:
select field1, field2, (totPay)/ppdays2 as calcField ...
This gives the calculated field a name that you can append into the new cursor.
Steve Gibson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform