Field.SearchFor() finds values which are deleted with DynamicUpdateCommand
Hi,
I have a field, where I add and remove values with the DynamicUpdateCommand. With the method of the field "searchFor" I check if a value already exists in a field. But when I delete values with the DynamicUpdateCommand from the field, the searchFor method still gives me that the value is present. Using a Listbox I checked but it seems that the DynamicUpdateCommand(Delete) worked. Does anybody know a solution?
Evereything looks like the DynamicUpdateCommand worked, therefore no errorMessage and the values disappears in listbox, but the searchFor finds the value