Topic: problem: "ü"-letter in Text- and MemoBox

Hello,

i have a problem: every time i type the "ü"-letter in a Memo- or TextBox and save the form, the whole text in this box turns into capital letters. Is there a chance to handle this problem?

Thank you for help

Re: problem: "ü"-letter in Text- and MemoBox

Hello,


Open the settings.ini file and write:

[DisableUpperCase]
Tablename.Fieldname1=
Tablename.Fieldname2=

Thus in these fields will be disabled for the conversion to a upper case.
but at the same time, these fields will not work caseless searching.

Dmitry.

Re: problem: "ü"-letter in Text- and MemoBox

Now it works well, thank you!