INFIELD will show UPPER after type something

Post Reply
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

INFIELD will show UPPER after type something

Post by dutch »

INFIELD will change to uppercase after type. How to fix it?

Imagewhen i first laid my eyes on you beat

Thank you in advance.
Regards,
Dutch

FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: INFIELD will show UPPER after type something

Post by cnavarro »

Dear Dutch, this not a bug
If you you don't want it to appear in capital letters, look in the TGet Class, method Paint the expression "cText: = Upper (cText)" and remove Upper
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: INFIELD will show UPPER after type something

Post by dutch »

Dear Navarro,
cnavarro wrote:Dear Dutch, this not a bug
If you you don't want it to appear in capital letters, look in the TGet Class, method Paint the expression "cText: = Upper (cText)" and remove Upper
Thanks so much, I get it and modified as I need.
Regards,
Dutch

FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
Post Reply