Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SEEK() not working properly?
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
SEEK() not working properly?
Divers
Thread ID:
00231440
Message ID:
00231440
Vues:
42
I have a weird situation. When I issue a SEEK() on a table, it finds a matching record just fine but it's returning .F. as a return value.

IF SEEK(lcSeekVal,"Mytable","MyTag")
? "Record found"
ELSE
? "Record not found"
ENDIF

IOW, the record pointer on the table is moved to a matching record but the SEEK() fuction is returning .F. saying it didn't find the record. Why?
It's "my" world. You're just living in it.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform