hi friends.,
I am facing peculiar problem in which, i am applying filters for the users based on their status. it is working fine. but the user always have the option to remove the filter by pressing showall button or removing filter.
is there anyway that i could restrict the users from removing filters by pressing showall button and removing filters.please help me out
lou
chandru
You cannot discover new ocean unless you have the courage to lose sight ofthe shore.
0
Comments
Louis
Object Type = System, ID = 3220
Put the filter on OnOpenForm and OnAfterGetRecord. Even showall wont work.
Regards
Suresh.
You can use filter groups.
FILTERGROUP(2);
SETRANGE("Responsibility Center",UserMgt.GetSalesFilter());
FILTERGROUP(0);
You should read up on this as they can be useful from time to time.