Re: [Arsperl-users] arsperl 1.91 ars_Login Unicode

2009-03-25 Thread Conny.Martin
You will have to call all functions with UTF8-encoded data. If you do not, your data will get corrupted. Kind Regards Conny Von: Michiel Beijen [mailto:mich...@beefreeit.nl] Gesendet: Mittwoch, 25. März 2009 08:53 An: ARSperl User Discussion Betreff: Re:

Re: [Arsperl-users] arsperl 1.91 ars_Login Unicode

2009-03-25 Thread _HK_
Yes. That's correct. I'm utf8 encoding all data before I send it anywhere. I can use all the other ars_*Entry functions with utf8 data. cheers, ~H 2009/3/25 conny.mar...@t-systems.com You will have to call all functions with UTF8-encoded data. If you do not, your data will get corrupted.

Re: [Arsperl-users] arsperl 1.91 ars_Login Unicode

2009-03-25 Thread _HK_
Yes. That's correct. I'm utf8 encoding all data before I send it anywhere. I can use all the other ars_*Entry functions with utf8 data. cheers, ~H 2009/3/25 conny.mar...@t-systems.com You will have to call all functions with UTF8-encoded data. If you do not, your data will get corrupted.

[Arsperl-users] Non-regularLists of enums

2009-03-25 Thread Wollschlegel Philipp
Greetings List, I am trying to open a form with arsperl 1.91 like so: $form = $connection-openForm(-form= CHG:Template); While some forms work ok with the above method, I get the following error when I try to open the above mentioned form: Died at /usr/local/lib/perl/5.10.0/ARSOOform.pm

Re: [Arsperl-users] Non-regularLists of enums

2009-03-25 Thread Michiel Beijen
Hi Philipp, Custom enum fields are not supported via the OO interface in ARSperl 1.91; they will be in the next version. The changes are already in CVS. See: http://arsperl.cvs.sourceforge.net/viewvc/arsperl/ARSperl/ARSOOform.pm?view=log You could use the regular (non-oo) ARSperl calls to get

Re: [Arsperl-users] Non-regularLists of enums

2009-03-25 Thread Urban, Robert (, externer Mitarbeiter)
Hi Philipp, The quick answer is: don't use the ARS OO interface. You'll have to use the procedural interface and sort out the enum values yourself. Look at ARSOOform.pm. The code that produces your error-message is: if ($fv-{'dataType'} eq enum) { if