Hi, With the following Code I'm trying to change the Color inside the Box depending to the JJ status.But I got an error in the last line.
jj = c > O; UpColor = colorgreen; DownColor = colorred; GfxSelectFont( "Georgia", 11, 700 ); GfxSetBkMode( 1 ); //GfxSetTextColor( colorWhite ); GfxSetTextColor( IIf( jj , UpColor , DownColor )); Regards,
