Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CASE Condition
Message
De
02/04/2003 08:30:47
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
CASE Condition
Divers
Thread ID:
00772897
Message ID:
00772897
Vues:
38
In the debugger:

RecNo('MyCursor') = 103
RecCount('MyCursor') = 103
RecNo('MyCursor') = RecCount('MyCursor') = .T.

In the code:
DO CASE
     CASE RecNo('MyCursor') = RecCount('MyCursor')
          * DO SOMETHING
ENDCASE
Except it does not execute "* DO SOMETHING"

The condition is true, how could it not run the line?

Regards, Renoir
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform