Hi,
how can I change the text of the msgbar I put in a dialog ?
...
ON INIT oDlg:oMsgbar := TMsgbar():New(oDlg, "Text1", ....) shows the bar
But
oDlg:oMsgbar:SetMsg ("Second") does not change the text
....
Stefan
Antonio Linares wrote:Stefan,
Try this:
oDlg:oMsgbar:cMsg := "Second"
or
oDlg:oMsgbar:cMsgDef := "Second"
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 50 guests