Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Something wrong with my code
Message
From
21/09/2004 05:26:59
 
 
To
21/09/2004 05:22:28
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00944451
Message ID:
00944453
Views:
16
What are you trying to do? With SET FILTER followed by GO BOTTOM and SKIP you are at EOF, because that is what you told VFP to do.

>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform