Atozed Forums

Full Version: iwDBEdit and DataTypeOptions.StringCase
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I have a table with all name stored in uppercase.

When I set:

Code:
iwDBEdit1.DataTypeOptions.StringCase := scUpperCase;

the edited field is always in downcase. 

No problem if I comment the above row (but in this case I can write in downcase and I don't want this!).

Edit

if scUpperCase is set, when I edit a field already in upcase, the value is in downcase:

[attachment=306]

but if I write somewhat all edit content is 'uppercased':

[attachment=307]

Best Regards, Alfredo.

Intraweb 15.2.18 with Delphi Sydney 10.4.1
It has already been fixed in our code base. We are about to release the update
(11-02-2020, 03:04 PM)aimpera Wrote: [ -> ]Hi,
I have a table with all name stored in uppercase.

When I set:

Code:
iwDBEdit1.DataTypeOptions.StringCase := scUpperCase;

the edited field is always in downcase. 

No problem if I comment the above row (but in this case I can write in downcase and I don't want this!).

Edit

if scUpperCase is set, when I edit a field already in upcase, the value is in downcase:



but if I write somewhat all edit content is 'uppercased':



Best Regards, Alfredo.

Intraweb 15.2.18 with Delphi Sydney 10.4.1


Please update to IW 15.2.20 which fixes this issue.