Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using a FOR LOOP with reccount()
Message
De
14/09/1998 15:39:32
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00134627
Message ID:
00136391
Vues:
27
>>The reccount() is not working.
>>Here is my code:
>>
>>i=1
>>for i=1 to reccount()
>> replace myfld with i
>> if !eof()
>> skip
>> endif
>>endfor
>>
>>What I want to do is change the value of myfld in all the records in the table. This FOR LOOP will not do that.
>>any ideas?
>
>Robert,
>
>Here are a couple of ways;
>
>REPLACE ALL MyFld WITH RECNO()
>
>or
>
>SCAN
> REPLACE MyFld WITH RECNO()
>ENDSCAN
----------
hi jim,
thanks for the information.. :)
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform