Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why is SEEK command showing error?
Message
From
07/09/2004 15:26:00
 
 
To
07/09/2004 14:55:15
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00939863
Message ID:
00940064
Views:
18
>>In order to use SEEK(), you have to set the index order first anyway
>
>What do you mean by this?

1. Set order to tag someindex in 'sometable'
2. ? Seek(cSeekValue, 'sometable')

If you don't do step 1, you get an error in step 2. So, you can just as easily do step 1 as:

Set Order to tag someindex in 'sometable' DESC.

Alan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform