Excludes records that do not meet the criteria in the specified expression. Available at design time; read-write at run time.
Syntax
DataEnvironment.Cursor.Filter[ = cExpr]
Settings
cExpr
Any Visual FoxPro expression, typically an expression that operates on a set of records.
Remarks
Mimics the behavior of SET FILTER.
Note When the Cursor object is accessed using CURSORSETPROP( ), the Filter property is read-only at run time.