Page 1 of 1

Color de un TextBox cuando no se está editando

Posted: Wed Oct 28, 2009 1:25 pm
by arroya2
Hola a todos.

Cuando un TEXTBOX no se está editando, el color en pantalla es GRIS, ¿es posible cambiar este color GRIS por otro?

Gracias y saludos.
Rafael Pérez

Re: Color de un TextBox cuando no se está editando

Posted: Thu Nov 19, 2009 1:43 pm
by mustafa
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

Re: Color de un TextBox cuando no se está editando

Posted: Fri Nov 20, 2009 11:29 am
by arroya2
En Español.
Muchas gracias Mustafá

Saludos cordiales
Rafael Pérez

In English by Google.
Thank you very much Mustafa

Best regards
Rafael Perez