Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Something wrong with my code
Message
From
21/09/2004 05:22:28
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Something wrong with my code
Miscellaneous
Thread ID:
00944451
Message ID:
00944451
Views:
53
hi all,

i need you help to make skip
at mycode under
USE active
  m.ncli=ncli
    INDEX ON ncli TO hh
 DO WHILE .t.
          SET FILTER TO ncli=m.ncli
       GO bottom
        REPLACE  active.Count2 WITH Count1
  IF ncli<>m.ncli
    SKIP
     IF EOF()
       EXIT
     ENDIF
  endif
enddo
thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform