Page 1 of 1

[BUG]binded to field doesnt uppercase special char like 'Ñ'

PostPosted: 22 Mar 2018 19:28
by fduenas
Hi there is a special issue, when JQEdit is binded to a datafield (using property Datalink.FieldName) and charcase is cgccUpperCase, If you type special chars like 'ñ', at screen it uppercases correctly to 'Ñ', but strangely it is noT updated correctly to the datafield, for example If I type my last name: 'dueñas', at screen it will look: DUEÑAS, but in the datafield it will be stored as 'DUEñAS'.

So I have to call the WideUppercase function in the event OnBeforePost of the dataset so al isl stored correctly uppercased.

Re: [BUG]binded to field doesnt uppercase special char like

PostPosted: 26 Mar 2018 10:14
by Alexander Bulei
Hi fduenas,

It's fixed on next beta build.
Thank you.

Best Regards.

Re: [BUG]binded to field doesnt uppercase special char like

PostPosted: 26 Mar 2018 15:06
by fduenas
Thanks. BTW maybe you already done it, but also other editors which have the property 'CharCase' should also be fixed like the jqMemo and other editors..

Thanks for the support and Best regards