How to enable Filter Begin in Place in c# script.Thank you
Hi,
You should be able to do this with ThisForm.GenerateEvent("StdFormFilterInPlaceToggle") I do believe. You can also try StdFormFilterInPlaceBegin.
Thanks
Ryan
Buttons don't work in this Mode. Is it possible that we call an event handler to either toggle it back or executeInplace
What are you trying to accomplish? Do you want your form script to turn the filter on, insert data to search and then remove the filter or something? Buttons on the form won't work while the filter is on as the system has no data to work with.
I have provided two buttons, One button to begin Filter In Place and clicking on it again will cancel Filter in place. Another button search will execute Filter in place to do the search