Advanced Filter via x++ help...

Hi and thanks in advance.

I have a requirement to incorporate into the right-click menu in a grid (on a particular field) to remove/reset the advanced filter in a form. I would essentially like to reset the query to its state when the form opens.

Any ideas on how to “reset” the advanced filter from code? I know its really simple to just click the advanced filter button and then alter the query, but the requirement is to have it one click away from the right-click menu.

Thanks!

Bob

Hi,

For example:

LedgerTable_ds.executeQuery();

Regards

Jaro