Background color in column label

lopelapolope

New Member
Hi,
[FONT=&quot][/FONT] I'm using open edge 10.2b. Is it possible to set the background color of the label column in browse? I've tried code like this:

DEFINE BROWSE BROWSE-1
QUERY BROWSE-1 NO-LOCK DISPLAY
customer.name LABEL-FGCOLOR 9 LABEL-BGCOLOR 12
WITH NO-ROW-MARKERS SEPARATORS SIZE 60 BY 9.52 FIT-LAST-COLUMN.

but the background color of the label column remain not colorless.
Could someone please advise me how to solve this issue ? Thank you.
 
Hi,

Have you tried something like this in the row-display of the browse??

customer.name:bgcolor in browse browse-1 = 12.
 
@stokefc22 : He wants to change the label background color, not the cell bgc =)

I don't think that the problem is your browse definition... it work when i try it. Don't you set the label-bgc somewhere else?
 
Of course you are right arnaud....
Apologies, I should have read it properly!!
I too have a problem getting this to work, even when trying to do it on click of a certain button???
 
Hi stokefc22 & Arnaud, thank you for your response.

@Arnaud_ : Did you try the code on the progress 10.2b? because I found this problem on the progress 10.2b.
In progress 9.1D I don't find these problems, the code running well.
Is it in progress 10.2B we can not change the label background color?
 
Ah... I forgot that... I work in 10.2A but I don't think it's different between 10.2A & 10.2B... no?
Did you tried the progress help?
 
Back
Top