Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Something wrong with my code
Message
De
21/09/2004 05:52:03
 
 
À
21/09/2004 05:37:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00944451
Message ID:
00944461
Vues:
16
So, something like this:
USE active 
m.ncli=ncli
INDEX ON ncli TO hh
DO WHILE .t.
   m.ncli=ncli
   SET FILTER TO ncli=m.ncli
   GO bottom
   REPLACE  active.Count2 WITH Count1
   set filter to
   SKIP
   IF EOF()
      EXIT
   ENDIF
enddo
>hi,
>thank you,
>this is what i want to do
>
>clint_no(ncli) telno count 1   count 2
>        1      555    3          0
>        1      444    3          0
>        1      666    3 ---->   3   this is what i need to add to (mytable.count2)
>
>        2      555    6          0
>        .       .     .          .
>
>        .       .     . ----->  6  this is what i need to add to (mytable.count2)
>
>
>
>
>thanks.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform