I'm triying to find the best API to retireve fields from a couple of Forms

I've copied the example for (ars_GetListEntryWithFields)  : 
http://www.arsperl.org/manual/ars_GetListEntryWithFields.html

but its failing as follows:

ARSperl-1.82: $ perl -Iblib/arch -Iblib/lib  dump_tt.pl 
Undefined subroutine &main::FieldID called at dump_tt.pl line 46.

Here is my snipet of code:

( @entries = ars_GetListEntryWithFields(
                            $ctrl, $SCHEMA, $qual, 20,
                            [   FieldID("Trouble Ticket #"),
                                FieldID("Short Description"),
                                FieldID("Business Support Group"),
                                FieldID("Client Company Name"),
                                FieldID("Create date")
                            ],
                                FieldID("Create date"), 1 ) )
         || die( "GLEWF Failed: $ars_errstr" );


Is FieldID apart of ARSPerl or inbuilt in another Perl module?

Thanks
Paul
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Arsperl-users mailing list
Arsperl-users@arsperl.org
https://lists.sourceforge.net/lists/listinfo/arsperl-users

Reply via email to