Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SEEK function with a TagName
Message
From
24/03/2004 12:39:17
 
 
To
24/03/2004 12:30:59
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00889314
Message ID:
00889332
Views:
22
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform