Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursor / Select calling procedures
Message
De
27/06/2000 15:37:07
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Cursor / Select calling procedures
Divers
Thread ID:
00385345
Message ID:
00385345
Vues:
49
Help...I have a cursor and when I do a select from that cursor calling a procedure, the first record in the cursor is processed twice.

Example:

Select job,part from mytable where job="1234" into cursor temp
Select getpart(part),job from temp into cursor temp2
Procedure getpart
Parameters joba parta
Wait window parta
Endproc

If the cursor temp has 62 records, the procedure getpart is processed 63 times. Why?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform