Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Something wrong with my code
Message
From
21/09/2004 06:03:26
 
 
To
21/09/2004 05:52:03
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00944451
Message ID:
00944465
Views:
23
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform