Attached is a sample solution. If I’m searching the company %Morrison% in field “Calc_company_name”, Servoy is showing all records. If I’m searching the company %Morrison% in field “Calc_company_name2”, Servoy finds the correct record.
Try this: add a field to your form (based on the same table as your calc) - whose dataprovider is another field. Change the displayType property to a textarea and search again. Same problem?
Try this: add a field to your form (based on the same table as your calc) - whose dataprovider is another field. Change the displayType property to a textarea and search again. Same problem?
No.
But what I see yet is, if I mark the property “editable” of the TEXT_AREA field (stored calculation), it works. Is this normal?