trying to turn off text correction

jimseng

Member
Licensed User
Longtime User
Hi
I have a text box called artsrch
in the activitiy create I have this code:
artsrch.InputType = Bit.Or(artsrch.InputType, 524288)

I want to turn off all predicition/correction for this textbox when the keyboard comes up. It doesn't seem to be working. Am I doing this wrong?
 
Top