Article Details
Id:15466
Product:finPOWER Connect
Type:FIX
Version:3.01.06
Opened:28/08/2018
Closed:31/08/2018
Released:25/09/2018
Job: J021262

HTML Widget; DBCombo RefreshUnbound not working as expected

Calling the RefreshUnbound method of widget.UI.DBCombo did not update the description if the code did not change, e.g.:


C.cboExternalParty.Text("X");

C.cboExternalParty.RefreshUnbound("X", "This description would not show!");