This topic is locked

Custom code on After Record Processed

9/22/2012 10:20:59 PM
ASPRunnerPro General questions
S
solosoftware author

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.

Sergey Kornilov admin 9/23/2012

Both are valid ways in ASPRunnerPro. Read about screening double quotes in ASP.