Page 1 of 1

oDlg:omsgbar

Posted: Mon Jul 09, 2018 6:53 am
by Silvio.Falconi
I must refresh the msg of the oDlg:oMsgbar with a news string

I try with

oDlg:oMsgBar:cMsg := cMytext
or
oDlg:oMsgBar:cMsgdef:= cMytext

and then oDlg:oMsgBar:refresh()

but give me error not found cMsg or cMsgdef

how I can resolve ?