Page 1 of 1

INFIELD will show UPPER after type something

Posted: Sat May 09, 2020 5:01 pm
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.

Re: INFIELD will show UPPER after type something

Posted: Sat May 09, 2020 5:45 pm
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

Re: INFIELD will show UPPER after type something

Posted: Sun May 10, 2020 3:15 am
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.