Form - Change some row font color

Hi Friends,

            Form - Editable view grid. I display 5 fields and multiple rows. I need some rows changes the font color and font weight bold. The fields level setting font weight and font color is assigned all the rows. I need particular rows only. Please give me the solution

Afaik there’s an onrecord event where you get access to each row. You can set you properties there with a SC macro.

Hi aducom,

                   Thanks for your reply. I used the sc macro but i am getting "Fatal error: Call to undefined function sc_field_color() in C:\Program "
                   i checked sc_field_style also but same error. Give me which property we will use.