Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using For loop values to an update query
Message
De
07/04/2003 16:17:47
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Using For loop values to an update query
Divers
Thread ID:
00774887
Message ID:
00774887
Vues:
59
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform