Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Do While... Continue Command!!!
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00753026
Message ID:
00753035
Views:
13
>HEy Guys can you help me with this..
>
>I have a code that suppose to locate for everything that matches the value of a combo
>box. I used the Do while..Continue command, but it only finds 3 records out of four
>records or four out of five records and so on.... It usually did not find the first match
>record. My syntax is this...

You basically told us exactly what was wrong here. You have the LOCATE, then a CONTINUE, and _then_ you start processing.

DO WHILE FOUND(), and drop the CONTINUE down to the bottom of the loop.

Or, just go with Sergey's answer, which is better anyway. :-)
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Previous
Reply
Map
View

Click here to load this message in the networking platform