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

Click here to load this message in the networking platform