cancel
Showing results for 
Search instead for 
Did you mean: 

Matrix Row Color Change

Former Member
0 Kudos

Hello Experts,

iam new to this field, do u know how to change a matrix row color.if u knew plz msg me. thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi John,

U can use this to change the color of a column, but u cannot change the color of a specific row.

oMat.Columns.Item("Code").BackColor = "-5192482"

Hope it helps,

Vasu Natari.

Former Member
0 Kudos

Hai David,

Thanks for ur help to Solve my problems, i have a query like i have to give a approvel procedure for user define form , i tried but i don`t know i to do , help me to solve this problem once again.

Former Member
0 Kudos

Hai david

its any possible to set matrix row non editable.

pls tell me

Former Member
0 Kudos

It was discussed here in forum many times. Try to search in forum.

You cannot set the row non ediatble, but when you now which row in matrix you want to set non editable, in itemevent when matrix cell get focus and if pval.row is the row you want to disable, set bubbleevent to false.

Nussi
Active Contributor
0 Kudos

Hi John,

you can only change the backcolor of the whole column, not for a row or cell.

if you wan't to change the color of a single cell you have to show a picture in the cell.

lg David