I am using Text Edit, with MultiLine = False, ie, accepts multiple lines. When the user presses Enter, automatically sets the next character to Uppercase (capital), however the Multiline property crashes.
Part of the code:
edtiText1.InputType = Bit.OR (editTex1t.INPUT_TYPE_TEXT, 4096)