Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Possible bug with seek in SP in VFP6?
Message
From
13/12/2004 20:29:11
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6 SP5
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00968846
Message ID:
00968966
Views:
10
This message has been marked as the solution to the initial question of the thread.
>Beth,
>Seems like it always returns .T.

PMFJI, But could it be related to SET EXACT = OFF and seeking an empty string or matching on an partial match?
SET EXACT ON
?SEEK("") && returns .f. unless there are blank values in the key field
SET EXACT OFF
?SEEK("") && returns .t. ALWAYS

SET EXACT ON
?SEEK("TE")  && returns .f. requires exact match  
SET EXACT OFF
?SEEK("TE") && returns .t. and lands on first record with TE as first 2 characters
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform