Martes 10 de julio de 2007 a las 00:52
He logrado cambiar el color del campo dependiendo de un valor:
if {BALANCE.NIVEL}="1" then Black
else if {BALANCE.NIVEL}="2" then Maroon
else if {BALANCE.NIVEL}="3" then Green
else if{BALANCE.NIVEL}="4" AND (LEFT({BALANCE.CD},1)="H" or LEFT({BALANCE.NM},1)="D") then Green
else if{BALANCE.NIVEL}="4" AND LEFT({BALANCE.CD},1)<>"H" AND LEFT({BALANCE.CD},1)<>"D" then Green
else if{BALANCE.NIVEL}="5" then Green
pero no logro con este mismo codigo cambiar la fuente, el estilo y el tamaño.