FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour The color and font of a part of the text
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
The color and font of a part of the text
Posted: Thu Dec 21, 2023 09:46 AM
There are 2 columns with arbitrary text in the interface (the second column is invisible).
By the value of the variable, I glue the text of the second column to the first one.
Code (fw): Select all Collapse
myFlg - is a flag variable
oBrw:aCols[1]:bStrData{||oBrw:aRow[1]+if(myFlg=1, "", ", "+oBrw:aRow[2]}
I need to show what is being pasted in a different font and color - text1, text2.
Is it possible to do this?

Continue the discussion