Search Failed...try show all

I receive this error in a modal dialog, I think when changing the elements of a valuelist using application.setValueListItems(“value_list_name”, dataSet). I say I think because I don’t have any exception stack trace. The valuelist loads properly and the text field that is bound to it has the data.

What might cause this error?

Hi,

Do you use a search somewhere in that code ? Perhaps Servoy can’t get into find mode because of unsaved data.

Hi, Thank!

Indeed it was a search that shouldn’t be called. I avoid it and now it works.