Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SEEK() not working properly?
Message
From
18/06/1999 11:20:22
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
SEEK() not working properly?
Miscellaneous
Thread ID:
00231440
Message ID:
00231440
Views:
41
I have a weird situation. When I issue a SEEK() on a table, it finds a matching record just fine but it's returning .F. as a return value.

IF SEEK(lcSeekVal,"Mytable","MyTag")
? "Record found"
ELSE
? "Record not found"
ENDIF

IOW, the record pointer on the table is moved to a matching record but the SEEK() fuction is returning .F. saying it didn't find the record. Why?
It's "my" world. You're just living in it.
Next
Reply
Map
View

Click here to load this message in the networking platform