Xbasic
A5_HAS_BASE_FILTER Function
Syntax
as L = a5_has_base_filter([* formPointer ])
Arguments
- Answer
.T. = Layout has a base filter expression .F. = Layout includes all records.
- formPointer
*
Description
Returns .t. if the current Form/Browse has a base Filter define.
Discussion
The A5_HAS_BASE_FILTER() function determines if a layout has a base filter expression that selects records from the underlying table or set.
This function examines the current table, so must be used in the context of a layout.
? a5_has_base_filter() = .T.
Limitations
Desktop applications only.
See Also