Re: [Arsperl-users] Errors opening a form
Brought to you by:
jeffmurphy
|
From: <jar...@gm...> - 2007-08-22 19:38:03
|
I think this is because ARSPerl (or only the OO interface?) does not support gaps in enum fields index.. Old version has index startig with 0, and then 1,2,3. In version 7 you can specify your own index; ie: 10, 20, 30, 40. -- Jarl On 8/22/07, Peter Farr <Pet...@lp...> wrote: > I am having trouble using the OO interface on a remedy 7 system. When I do > a "new ARS::form" or $h->openForm I get a eries of messages about caching > fields, then I see: > > ... > caching field: Ticket Status > datatype: char > caching field: Assignee Group+ > datatype: char > caching field: Identifier > datatype: char > caching field: Change Scheduled Start Date > datatype: time > caching field: Priority* > datatype: enum > Sorry. I'm not sure what to do with non-regularLists of enums. > (this enum is type "customList") > listStyle = > Died at /usr/lib/perl5/site_perl/5.8.8/i686-linux/ARSOOform.pm line 74. > at /usr/lib/perl5/site_perl/5.8.8/i686-linux/ARSOOform.pm line 74... > -- > Regards, > Peter > > The President, he's got his war > Folks don't know just what it's for > Nobody gives us rhyme or reason > Have one doubt, they call it treason > Lyrics from "Compared to What?" > by Eugene McDaniels, circa 1969 > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > |