Atozed Forums

Full Version: New IWEdit Stringcase scUppercase displayed lowercase
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
trying the new DataTypeOptions of IWEdit I found what is possibly a minor inconsinstency.
When StringCase is set to scUppercase and you try to assign an uppercase string from code (something like IWEdit1.Caption := ‘AAA’) the text is displayed lowercase.
The value remains uppercase.

Can you please have a look at it?

Thanks
Fabrizio
(08-04-2020, 08:58 AM)Fabrizio Conti Wrote: [ -> ]Hi,
trying the new DataTypeOptions of IWEdit I found what is possibly a minor inconsinstency.
When StringCase is set to scUppercase and you try to assign an uppercase string from code (something like IWEdit1.Caption := ‘AAA’) the text is displayed lowercase.
The value remains uppercase.

Can you please have a look at it?

Thanks
Fabrizio

We have the same problem, in our application we have to enter all edits in uppercase( stringcase = scUpppercase)  but when reads a value from a field shows in lowercase.
This has been fixed in our codebase and will be available in the next release.

cheers