Hello,
I am using Datagridview and try to paint a row with a color if a field is true.
I have searched and find the method 'RowPostPaint'
I am using a Temp-Table
If I do this, I only get the number of first record..
I have tried to do in MS way
But I have this error.

Anyone have achieved to solve this issue?
Thanks,
Baltazar
Windows
OE 11.6.4
I am using Datagridview and try to paint a row with a color if a field is true.
I have searched and find the method 'RowPostPaint'
I am using a Temp-Table
If I do this, I only get the number of first record..
Code:
message tt_Accoes.numero
view-as alert-box.
I have tried to do in MS way
Code:
message dgAcoes:Rows[e:RowIndex]:Cells['numero']:Value:ToString()
view-as alert-box.
But I have this error.

Anyone have achieved to solve this issue?
Thanks,
Baltazar
Windows
OE 11.6.4