Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Something wrong with my code
Message
De
21/09/2004 06:03:26
 
 
À
21/09/2004 05:52:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00944451
Message ID:
00944465
Vues:
22
hi,

thank you very much,
it works, but it is very slow,

i use this code befor, your code ,very quick
BUT && THIS CODE MAKE SOMTHING ELSE,
i need to run the all code to gother
SELECT ncli, COUNT(ncli) AS telno FROM active ;
   GROUP BY 1 INTO CURSOR telno READWRITE
INDEX ON ncli TAG ncli
SELECT active
SET RELATION to ncli INTO telno
REPLACE ALL active.Count1 WITH telno.telno
***************************************************
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
thanks.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform