Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Seek
Message
From
06/05/2004 03:11:57
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Seek
Miscellaneous
Thread ID:
00895885
Message ID:
00901467
Views:
18
Hi Jojo,

thanks.

>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
Previous
Reply
Map
View

Click here to load this message in the networking platform