Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update a table
Message
 
To
28/02/1997 14:03:59
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00022463
Message ID:
00022465
Views:
36
>Okay this is a really simple uestion that I just don't know the syntax for. I have a program that needs to read a field, perform a calculation, and update another field in the same table with the results of the calculation. The program cycles through every single record in the table and performs the same calculation. I opened the table with USE, enter the loop, read the value (cvalue = table.field) and perform my calculation. The one thing I don't know is the code that updates the other field in the table from within the loop. WHAT IS THE COMMAND??? Thanks and please don't laugh.


you really don't need to cycle....

replace field with (field calculations) all
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform