The reason I wasn't getting the sort was because the result set was being
put in a hash instead of an array, and there's a note in the docs tat says
the only way to retain the sort returned by Remedy is by putting it in an
array.  I converted it using the example in the docs and it works perfectly.
Thanks for your time folks 

-----Original Message-----
From: Brad Fike [mailto:b...@jbfike.com] 
Sent: Friday, July 10, 2009 5:11 PM
To: ARSperl User Discussion
Subject: Re: [Arsperl-users] 1.90 - Query Sort

LJ,

Long time no talk.

I normally sort the records on my own but you can use the
ars_GetListEntryWithFields function. It has some optional sort parameters.
http://www.soton.ac.uk/~_remedy/ARSperl/manual/ars_GetListEntryWithFields.ht
ml

-Brad

On Fri, Jul 10, 2009 at 5:15 PM, LJ Longwing<lj.longw...@gmail.com> wrote:
> I'm interested in having the records pulled back from a query be 
> sorted.  I set the sort order on the form in question, but that 
> doesn't seem to affect the sort of the results I get via ARSPerl.  Any 
> and all assistance is appreciated.
>
>
> ----------------------------------------------------------------------
> -------- Enter the BlackBerry Developer Challenge This is your chance 
> to win up to $100,000 in prizes! For a limited time, vendors 
> submitting new applications to BlackBerry App World(TM) will have the 
> opportunity to enter the BlackBerry Developer Challenge. See full 
> prize details at: http://p.sf.net/sfu/Challenge
>
>
> --
> Arsperl-users mailing list
> Arsperl-users@arsperl.org
> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>

----------------------------------------------------------------------------
--
Enter the BlackBerry Developer Challenge This is your chance to win up to
$100,000 in prizes! For a limited time, vendors submitting new applications
to BlackBerry App World(TM) will have the opportunity to enter the
BlackBerry Developer Challenge. See full prize details at:
http://p.sf.net/sfu/Challenge


--
Arsperl-users mailing list
Arsperl-users@arsperl.org
https://lists.sourceforge.net/lists/listinfo/arsperl-users


------------------------------------------------------------------------------


--
Arsperl-users mailing list
Arsperl-users@arsperl.org
https://lists.sourceforge.net/lists/listinfo/arsperl-users

Reply via email to