Hi there!
I'm programming in an old language so most of these events are a little buggy. Any formatting event throws by far the most bugs so I managed to go around them and make the programs work. However right now i need to change a column header color without using those events. I found in this site a way to change the cell color by using
THIS-OBJECT:gridCabecalhos:Rows[currentRowIndex]:Cells[currentColumnIndex]:Style:BackColor = THIS-OBJECT:currentColor
Is there a way to do the same to the column headers?
JP