Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Hash variables w/ special charcters in zzsys_variable table

Locked
Fike
Posts: 79
Joined: Thu Oct 20, 2011 9:13 pm

Hash variables w/ special charcters in zzsys_variable table

Unread post 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
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Hash variables w/ special charcters in zzsys_variable ta

Unread post by admin »

Fike,

I believe that will be fixed in the next version.

Thanks for showing us.

Steven
Fike
Posts: 79
Joined: Thu Oct 20, 2011 9:13 pm

Re: Hash variables w/ special charcters in zzsys_variable ta

Unread post by Fike »

Thanks a lot Steven!

Regards
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Hash variables w/ special charcters in zzsys_variable ta

Unread post by admin »

Fike,

version 2.7.44 is now available.

Steven
Fike
Posts: 79
Joined: Thu Oct 20, 2011 9:13 pm

Re: Hash variables w/ special charcters in zzsys_variable ta

Unread post by Fike »

Thanks a lot Steven! I will upgrade ASAP !

Regards
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Hash variables w/ special charcters in zzsys_variable ta

Unread post by admin »

.
Locked