Atozed Forums
iwDBEdit and DataTypeOptions.StringCase - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: iwDBEdit and DataTypeOptions.StringCase (/thread-2091.html)



iwDBEdit and DataTypeOptions.StringCase - aimpera - 11-02-2020

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


RE: iwDBEdit and DataTypeOptions.StringCase - Alexandre Machado - 11-03-2020

It has already been fixed in our code base. We are about to release the update


RE: iwDBEdit and DataTypeOptions.StringCase - Alexandre Machado - 11-10-2020

(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.