Hi ,
I have used one check box control(unbound control) on form and there is two filter on form . I want if this check box control is enabled then both filter work .
I have written below code to enable filter if thischeck box is enabled :
this work fine when i select check box ,filter would work correctly but when i changed back this check box to disable ,i want all records should visible again on form?
Note: I have called this method in Modifed() of check box control.
please suggest?