Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excluding Deleted Records
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00291262
Message ID:
00291287
Views:
20
>How do I make a view exlude the deleted records from within the view designer?
>
>Paul

On the Filter Tab, Select Field name, Select Expression, Type in DELETED() and select Ok. Check the Not Button. When you view the SQL code it will something like this.

*******************
WHERE Deleted() <> .T.
***************

Hope This Helps
Fred Lauckner

You know, it works on my computer. I don't know what your problem is.

.Net aint so bad.
Previous
Reply
Map
View

Click here to load this message in the networking platform