Page 1 of 1

Remove svySearch from foundset

PostPosted: Fri Feb 04, 2022 5:31 am
by roddy
When using svySearch.createSimpleSearch(); how does one remove the search criteria from the foundet. Once I have applied the search to the foundset; I can loadAllRecord() and it does so but as soon as I use loadRecords() the search is back.

I've also tried foundset.clear() but this does not remove the search criteria either. The only way I have found is to set the search criteria to "", which does not seem ideal.

Thanks,