FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Is xbrowse's showmessage working ?
Posts: 1067
Joined: Wed Nov 09, 2005 02:17 AM
Is xbrowse's showmessage working ?
Posted: Wed Jun 07, 2023 01:33 PM

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

Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Is xbrowse's showmessage working ?
Posted: Wed Jun 07, 2023 03:32 PM

Working but not as we expect and as it should.

Please try samples\adoapnd.prg

We are looking into this issue.

Regards



G. N. Rao.

Hyderabad, India
Posts: 1067
Joined: Wed Nov 09, 2005 02:17 AM
Re: Is xbrowse's showmessage working ?
Posted: Wed Jun 07, 2023 05:03 PM

I tried samples\adoapnd.prg, but not is shown too !!

Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil

Continue the discussion