Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SoftSeek as used in Clipper
Message
 
À
22/07/2000 01:27:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00395828
Message ID:
00395849
Vues:
8
If:
SET EXACT OFF
SET NEAR ON
>When I Seek JOHNS the seek will find JOHNSON with EOF()=.F> and Found()=.F.
?SEEK('JOHNS') Returns .T.
?FOUND() Returns .T.
?EOF() Returns .F.
>But when I Seek for JOHNSOK and there is no JOHNSOK Eof()=.T. and found()=.F.
>instead of going to the next record which may be JOHNSON.
?SEEK('JOHNSOK') Returns .F.
?FOUND() Returns .F.
?EOF() Returns .F.
------------------------------------
With:
SET EXACT ON
SET NEAR OFF
>When I Seek JOHNS the seek will find JOHNSON with EOF()=.F> and Found()=.F.
?SEEK('JOHNS') Returns .F.
?FOUND() Returns .F.
?EOF() Returns .T.
>But when I Seek for JOHNSOK and there is no JOHNSOK Eof()=.T. and found()=.F.
>instead of going to the next record which may be JOHNSON.
?SEEK('JOHNSOK') Returns .F.
?FOUND() Returns .F.
?EOF() Returns .T.
------------------------------------
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform