SOLVED ! Hi Friends,
as a registered customer I’m not able to send in a BUG to the NetMake’s ticketing directly (WHAT ???), so I write it here, please check if it is only for me or a general bug:
I want to colorize grid fields based with database field values, color values are stored correctly in a db field. Actual documentation of sc_field_color and sc_field_style macros tells (with examples) that it is possible to use variables as parameter for these functions (not only direct color codes).
If I use
sc_field_color("FieldName", "red");
or
sc_field_color("FieldName", "#FFF000");
both version work well.
If I use
sc_field_color("FieldName1", "FieldName2");
or
sc_field_color("FieldName1", {FieldName2});
none of them work. The generated html shows the
"<div style=background-color:fieldname2;"
tag for the element.
If it is experienced by others, please inform the company about the error.
Br
zsimre