Re: [Arsperl-users] ARSperl 1.91 make test errors

2008-09-09 Thread Rusty Copeland
perl 64 bit will not load a 32 bit library, in my experience. When you build ARSPerl as 32 bit you'll have to use a 32 bit perl interpreter. I feel your pain, it's very annoying. Rusty --- On Tue, 9/9/08, Vaughan, Mark [EMAIL PROTECTED] wrote: From: Vaughan, Mark [EMAIL PROTECTED] Subject:

Re: [Arsperl-users] ARSPerl on 64 bit

2008-10-03 Thread Rusty Copeland
It should work. I may not have seen your previous emails on this topic. Not only do you have to compile the ARSPerl module with -m32 but you also have to run it with a version of perl compiled as a 32 bit application. Rusty - Original Message From: STAN HOLODNAK, BLOOMBERG/ 731

Re: [Arsperl-users] ars_GetListEntry

2009-04-13 Thread Rusty Copeland
Steve, It's been a while since I used ARS but the help pages for ars_GetListEntry has missed an argument, plus I've always sucked the data into a hash. Here's my code snippet. my %entries = ars_GetListEntry($ctrl-ctrl(), $schema, $lq, 0, 0, [ {columnWidth=20, separator='\t',

Re: [Arsperl-users] Trouble Setting Drop Down Menu Items with ARSperl

2009-11-09 Thread Rusty Copeland
If I remember my ARSperl correctly you need to figure out the Ticket Owner field id and $name needs to be translated from the name of the value to the menu entry id. For instance if the ticket owner pulldown looks like this 0: tom 1: dick 2. george and you wanted to assign the ticket to george