Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Excludes records that do not meet the criteria in the specified expression. Available at design time; read/write at run time.
DataEnvironment.Cursor.Filter[ = cExpr]
Return Value
- cExpr
Any Visual FoxPro expression, typically an expression that operates on a set of records.
Remarks
Applies To: Cursor Object | CURSORSETPROP( ) Function
Mimics the behavior of SET FILTER.
Note
When the Cursor object is accessed using CURSORSETPROP( ), the Filter property is read-only at run time.