FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour SAY Control does NOT display "&" Char
Posts: 336
Joined: Mon Dec 07, 2009 02:49 PM
SAY Control does NOT display "&" Char
Posted: Wed Jan 15, 2020 05:50 AM
Dear All ,

The SAY control does not display "&" Char as given below

Code (fw): Select all Collapse
@ 40 , 020  SAY aoSAY[1]  PROMPT "Profit & Loss A/c" SIZE 500 , C_SAYH PIXEL COLOR C_SAYFCLR, C_SAYBCLR FONT oApp:oFontHTitle TRANSPARENT UPDATE


Please guide me for the same. Thanks in advance...!
Thanks

Shridhar

FWH 24.04, BCC 7 32 bit, MariaDB
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: SAY Control does NOT display "&" Char
Posted: Wed Jan 15, 2020 10:10 AM

Workaround: replace the single & with double &&. Anyway, this is a bug that shoud be fixed.

EMG

Posts: 336
Joined: Mon Dec 07, 2009 02:49 PM
Re: SAY Control does NOT display "&" Char
Posted: Sun Jan 19, 2020 02:28 PM

Hi EMG ,

The solution is working..! Thanks ...!

The same problem was also with Window Title , there also it is working fine.

Thanks

Shridhar

FWH 24.04, BCC 7 32 bit, MariaDB

Continue the discussion