06-29-2021, 01:22 PM
Hi,
After upgrading from IntraWeb 14 to IntraWeb 15.2.25/15.2.30 and 15.2.31 we encountered an (for us critical) issue with IWDBEdit controls. The SetText event is no longer triggered when the value is set. We traced the bug to the IWDBStdCtrls unit in the procedure TIWDBEdit.SetValue(const AValue: string) as shown in the image (diff between left: IW14.1.14 and right: IW15.2.31).
The fix is to change the marked line to: LField.Text := LValue;
Can this be fixed in the next release?
Regards,
Scott
After upgrading from IntraWeb 14 to IntraWeb 15.2.25/15.2.30 and 15.2.31 we encountered an (for us critical) issue with IWDBEdit controls. The SetText event is no longer triggered when the value is set. We traced the bug to the IWDBStdCtrls unit in the procedure TIWDBEdit.SetValue(const AValue: string) as shown in the image (diff between left: IW14.1.14 and right: IW15.2.31).
The fix is to change the marked line to: LField.Text := LValue;
Can this be fixed in the next release?
Regards,
Scott