Hi Stephane,
How about using
olabel = sap.ui,getCore().byId("labelid") to get the instance of the label in method - updateCB
and use the method - olabel.setText("")
Hope this helps
Hi Stephane,
How about using
olabel = sap.ui,getCore().byId("labelid") to get the instance of the label in method - updateCB
and use the method - olabel.setText("")
Hope this helps