Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scan...EndScan still a problem?
Message
De
06/12/2001 13:18:32
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00589532
Message ID:
00590691
Vues:
38
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform