Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Seek
Message
 
To
18/04/2004 01:15:24
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Seek
Miscellaneous
Thread ID:
00895885
Message ID:
00901101
Views:
16
Hi Ryan,
If you haven't solve that,

You can issue this
Sample:

Set exact off
Select Customers
Set Order To TAG "Your Index tag"
Go top
Seek(cSearchstr)
Set exact on

Note: Seek with empty records will generate an error..

for safety you can issue this commands

Set exact off
Select Customers
Set Order To TAG "Your Index tag"
Go top
IF !EOF() .or. !BOF()
Seek(cSearchstr)
ENDIF
Set exact on


Best Regards,


Jojo R. dela Cuesta
Dalplus Technologies
http://www.dalplus.com
Jojo R. dela Cuesta, B.Sc.
eConsultant, Programmer
Dalplus Technologies
http://www.dalplus.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform