Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why SCAN does not EXIT?
Message
De
15/08/2002 09:28:32
 
 
À
15/08/2002 08:58:21
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00689830
Message ID:
00689925
Vues:
37
Something you might want to try if there is a large number of hits on " <> 0". Stepping through the full scan may well put you to sleep. Get the count first by something like:
Count to x for owe <> 0
If x is say, 500, then right after the 'scan for' statement, add the lines:
If xCount = 500
  Set Step On
Endif
That way, you can start debugging at a stage that might be more meaningful, but at least should not be less meaningful.

Alan

>Thanks Walter. I don't see a SET RELATION anywhere. Will try your suggestions to see if I can resolve this.
>
>Thank you for your time.
>
>Ulises
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform