Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SEEK function with a TagName
Message
De
24/03/2004 12:39:17
 
 
À
24/03/2004 12:30:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00889314
Message ID:
00889332
Vues:
23
>This is ok or nok ?
>
>IF INDEXSEEK(value,.T., 'mytable','order')
>   *-- do something
>ELSE
>   *-- do something else
>ENDIF
>
>
>FABIO


Yes INDEXSEEK did work SEEK() didn't
  ? SEEK(value, 'mytable', 'order') && prints .f.
  ? INDEXSEEK(value,.T., 'mytable','order') && prints .t. 
  ? SEEK(value, 'mytable', 'order') && prints .t. - second time it works
What's weird is that if I do the indexseek first then the seek function works also
  ? INDEXSEEK(value,.T., 'mytable','order') && prints .t. 
  ? SEEK(value, 'mytable', 'order') && prints .t. 
Charles

"The code knows no master." - Chuck Mautz
"Everybody is ignorant, only on different subjects." - Will Rogers
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform