Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why this FILTER does not work?
Message
From
18/11/2004 10:22:07
 
 
To
18/11/2004 09:54:06
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00962594
Message ID:
00962610
Views:
9
This message has been marked as the solution to the initial question of the thread.
>When I recompile my application from VFP 8 to VFP 9 & have the strange behaviour in one of my forms:
>The form contains a GRID, In DE of The form I have only one table (free) In Filter propertie of the table (in DE) I have RECNO() > 1, but when I start the form ALL records are showing in the grid. In VFP 8 only record bigger than first are showing. When I put =RecNo()>1 in Filter Propertie of the cursor everithink is OK. Is this a Bug or this is a new feature (because I had no time to read carefully the documentation.
>
>TIA

I see this into a previous VFP9b thread.
It is a bug.
Try a explicit expression : (RECNO() > 1) or =RECNO() > 1

Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform