Page 1 of 1

Hash variables w/ special charcters in zzsys_variable table

Posted: Wed Aug 15, 2012 6:56 am
by Fike
I am creating a report using hash variables to build the #dataTable# for the report.

Everything works fine except for one thing. When the value of a hash variable contains special characters (e.g. #country# = 'México' ) the value of the hash variable is truncated when stored in the zzsys_variable table. This is, instead of 'México', it only appears 'M' (maybe because the character: é is not recognized somewhere).

I am able to change the value and store it correctly using PHPMYADMIN, and there are other values in this table with special characters stored correctly. Only when using hash variables to pass the values from the edit form to the report procedure, is when i get the values truncated.

Is there something I can change to avoid this?

Thanks for your help.

Regards,

Fike

Re: Hash variables w/ special charcters in zzsys_variable ta

Posted: Mon Aug 20, 2012 11:28 pm
by admin
Fike,

I believe that will be fixed in the next version.

Thanks for showing us.

Steven

Re: Hash variables w/ special charcters in zzsys_variable ta

Posted: Tue Aug 21, 2012 8:05 pm
by Fike
Thanks a lot Steven!

Regards

Re: Hash variables w/ special charcters in zzsys_variable ta

Posted: Tue Aug 21, 2012 11:57 pm
by admin
Fike,

version 2.7.44 is now available.

Steven

Re: Hash variables w/ special charcters in zzsys_variable ta

Posted: Thu Aug 23, 2012 10:59 pm
by Fike
Thanks a lot Steven! I will upgrade ASAP !

Regards

Re: Hash variables w/ special charcters in zzsys_variable ta

Posted: Fri Aug 24, 2012 4:06 am
by admin
.