Re: [Arsperl-users] 1.90 - Query Sort
Brought to you by:
jeffmurphy
|
From: Thilo S. <thi...@ap...> - 2009-07-12 17:53:03
|
The ars_GetListEntry function has those parameters too. Moreover, if no such parameters are passed, the sort order of the form should indeed be used. I once made the mistake of putting the return values from ars_GetListEntry into a hash, which has the effect that the sorting information gets lost, even if the entries are returned in the correct order: %entries = ars_GetListEntry( ... ); Thilo Brad Fike wrote: > 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.html > > -Brad > > On Fri, Jul 10, 2009 at 5:15 PM, LJ Longwing<lj....@gm...> 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 >> Ars...@ar... >> 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 > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > |