On record in a grid the macro sc_field_style is not working with a variable from database.
Code:
sc_field_style({id_field}, {rgb_color_field});
if I change {rgb_color_field} to “#00000” format, works fine.
Its an error? I don’t know clear, but previous version work correctly.
The macro sc_field_color continues working fine using a variable.