Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why is SEEK command showing error?
Message
From
07/09/2004 14:39:28
 
 
To
07/09/2004 13:15:52
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00939863
Message ID:
00940051
Views:
20
In order to use SEEK(), you have to set the index order first anyway; so you can set the index DESC and achieve the same result as SEEK with descending order.

Alan

>The differences:
>- With SEEK you can search with descending order ( for found the bottom ),
>SEEK() have not this possibility.
>- With SEEK() you can use the a field reference without the alias, with SEEK you cannot do this
>

>* table1 id
>* table2 id
>
>select table1
>SEEK id IN table2 && is SEEK table2.id IN table2
>SEEK(id,'Table2') && is SEEK(table1.id,'Table2')
>
>When they use only the workarea with names of alias random, this becomes important.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform