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