Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scan...EndScan still a problem?
Message
From
06/12/2001 13:18:32
 
 
To
06/12/2001 12:53:06
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00589532
Message ID:
00590691
Views:
34
>What I do always so to be sure that it works is the following:
>SELECT MyScanTable
>SCAN
> SELECT AnotherTable
> *-- Do something in another workarea.
> *
> *-- Just to be sure that scan will work properly:
> SELECT MyScanTable
>ENDSCAN
>

That SELECT at the end of the loop is unnecessary. VFP automatically reselects the SCAN work area before doing the skip and returning to the top of the loop.

Tamar
Previous
Reply
Map
View

Click here to load this message in the networking platform