Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using For loop values to an update query
Message
From
07/04/2003 16:17:47
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Using For loop values to an update query
Miscellaneous
Thread ID:
00774887
Message ID:
00774887
Views:
60
Could you please help me out on this. I want to use the two column values which is in the list box into an update query until the last record from the list box.


following is the list box values with two columns listbox name is list1.

I | AT
O | CT
I | OP
I | CP
O | PC
O | TC


I want to use the above records values of two columns, one after the other until finished into an update query


for 1 to cnt
col1 = list1.column1
col2 = list2.column2

update docindex set i_o = col1 where tofrm = col2

ENDfor


Thank you very much.
Next
Reply
Map
View

Click here to load this message in the networking platform