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
Color de un TextBox cuando no se está editando
Moderator: Rathinagiri
- mustafa
- Posts: 1177
- Joined: Fri Mar 20, 2009 11:38 am
- DBs Used: DBF
- Location: Alicante - Spain
- Contact:
Re: Color de un TextBox cuando no se está editando
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
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
En Español.
Muchas gracias Mustafá
Saludos cordiales
Rafael Pérez
In English by Google.
Thank you very much Mustafa
Best regards
Rafael Perez
Muchas gracias Mustafá
Saludos cordiales
Rafael Pérez
In English by Google.
Thank you very much Mustafa
Best regards
Rafael Perez