07-06-2021, 11:43 AM
Hi Alexandre,
Another issue within the same IW15 code is that the field is cleared when the value is an empty string. The text is not set in that case, so again the SetText event is not triggered when the value in a control is emptied by the user. I fixed this issue so that it always executes LField.Text := LValue, before the LField.Clear is executed. There might be a better way to do this, I'm not sure, but this works for us.
Regards,
Scott
Another issue within the same IW15 code is that the field is cleared when the value is an empty string. The text is not set in that case, so again the SetText event is not triggered when the value in a control is emptied by the user. I fixed this issue so that it always executes LField.Text := LValue, before the LField.Clear is executed. There might be a better way to do this, I'm not sure, but this works for us.
Regards,
Scott

