Hi guys,
I'm trying to use ShowMessage, but the text is not shown. I have tried:
cMsg := "Hello World"
oLbx:ShowMessage(cMsg,,CLR_BLACK,CLR_HRED)
and
cMsg := "Hello World"
oLbx:ShowMessage(cMsg)
and
cMsg := "Hello World"
oLbx:ShowMessage(cMsg,2)
and
cMsg := "Hello World"
oLbx:ShowMessage(cMsg,2,CLR_BLACK,CLR_HRED)
But, nothing is shown. Could you help me ?
My FWH version is 21.05