Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Filtering records
Message
From
15/09/2003 04:38:41
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Filtering records
Miscellaneous
Thread ID:
00828910
Message ID:
00828910
Views:
52
i have this,

use employee
set filter to shift="A"
locate

if eof()
? "EOF"
else
REPORT FORM hello
endif


why is it that when i run the form for the first time, it goes to the ELSE statement, when in fact no employees have the shift "A"?

and if i try to run it again, i prints the "EOF".

what is wrong?
Next
Reply
Map
View

Click here to load this message in the networking platform