Hola Rafael
mira este Post
http://hmgforum.com/viewtopic.php?f=24&t=951
Ya plantee este tema cuando se utiliza ReadOnly :=.T. el fondo sale en Gris aunque tu
TEXTBOX sea en color ejemplo :
@ 260,725 TEXTBOX TEXT_23;
FIELD TESTx->PRECIO_ALQ ;
BACKCOLOR {180,200,255} ;
WIDTH 100 HEIGHT 19 ;
NUMERIC INPUTMASK "9,999,999.99 €"
Si lo compilas con Extended si se ve el color cuando pones ReadOnly :=.T
Roberto ha indicado que en futuras actualizaciones se tendrá en cuenta.
Hello Rafael
Look at this Post
http://hmgforum.com/viewtopic.php?f=24&t=951
I raise this issue when using ReadOnly: =. T. Gray background while leaving your
In color TextBox example:
@ 260.725 TextBox TEXT_23;
FIELD TESTx-> PRECIO_ALQ;
BACKCOLOR (180,200,255);
WIDTH 100 HEIGHT 19;
NUMERIC InputMask "€ 9,999,999.99"
If you compile with Extended if you see color when you put ReadOnly: =. T
Roberto has indicated that future updates will be considered.
A greeting Mustafa