Can I show the field or table filter on the form

I know it is a constant problem with users “losing” data and then finding they had a filter applied.

Is there any way I can show that there is an active filter or what the field or table filter is on the form itself?

The FILTER in the bottom right corner is just not doing it for one of my clients.

TIA

Colin

[*-)]

Hi Colin,

Yup.
Simply add a textbox-control to the form you need it on.
Set the Editable-property to No.
Set SourceExpr-property to GETFILTERS

Note that this will only show filters set by the user, and not filters set in other filtergroups.
(Like the filter on document type in sales order form)

Thanks…that is what I like, really simple stuff that works.

[;)]