Hello Team,
Right now the ASPRunner help manual says that in order to change a cell color you need write this:
record("TIPO_SERVICIO_style")="style=""background:red"""
But it should say this:
record("TIPO_SERVICIO_style")="style='background:red'"
Same with some other samples on the ASPRunner manual, they are written as if it is PHPRunner manual.