4 CONDICIONES ...
Publicado por JM (503 intervenciones) el 05/03/2007 18:04:57
Hola .... necesito utilizar 4 condiciones en DYNAMICFORECOLOR ...
Con IIF utilizo solo 2 ...
¿Como podria diseñar este dilema?
codificones:
DO case
CASE apuntes.saldo<0.and.apuntes.punteo=.t.
fColor=RGB(255,100,100)
CASE apuntes.saldo<0.and.apuntes.punteo=.f.
fColor=RGB(255,0,0)
CASE apuntes.saldo>=0.and.apuntes.punteo=.t.
fColor)=RGB(128,128,128)
CASE apuntes.saldo>=0.and.apuntes.punteo=.f.
fColor=RGB(0,0,0)
ENDCASE
Con IIF utilizo solo 2 ...
¿Como podria diseñar este dilema?
codificones:
DO case
CASE apuntes.saldo<0.and.apuntes.punteo=.t.
fColor=RGB(255,100,100)
CASE apuntes.saldo<0.and.apuntes.punteo=.f.
fColor=RGB(255,0,0)
CASE apuntes.saldo>=0.and.apuntes.punteo=.t.
fColor)=RGB(128,128,128)
CASE apuntes.saldo>=0.and.apuntes.punteo=.f.
fColor=RGB(0,0,0)
ENDCASE
Valora esta pregunta


0