Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Seek
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Re: Seek
Divers
Thread ID:
00225552
Message ID:
00225619
Vues:
13
>but i didnt have to use a if found() when i used the seek before so i dont understand why it is not returning a record

That I can't say. But using found() is a good idea, or another, maybe better way is to use the SEEK() function:
IF SEEK(value,'table','tagname')
  messagebox('Record Found')
ELSE
  messagebox('Record Not Found')
  wait window value  && to see what's not being found
ENDIF
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform