Situation:
1) In an EDITEXT, you would need the keyboard to start the first letter in uppercase and then in lowercase. It can? What?
Looking at examples and references I observe that everything can be capitalized with this code:
1) In an EDITEXT, you would need the keyboard to start the first letter in uppercase and then in lowercase. It can? What?
Looking at examples and references I observe that everything can be capitalized with this code:
B4X:
edtDetalle.InputType = Bit.Or(edtDetalle.InputType, 4096) 'Activa Teclado en MAYUSCULAS