Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why only one record created in my cursor?
Message
De
29/03/2007 13:57:27
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01209944
Message ID:
01209960
Vues:
15
>thanks reply, yes all records

Then change your code to something similar to this:
Create Cursor mycursor (code C(3),descript C(20))
For nLoop=1 to thisform.mylist.listcount
  nCode=thisform.mylist.list(nLoop)
  Insert Into mycursor Select code,descript From student where code=nCode
Endfor
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform