[FX.php List] Defining a Sort Order - ASC or DESC
Derek Bastille
bastille at arsc.edu
Mon Jun 6 10:45:28 MDT 2005
Dave,
You can specify the order with a second parameter to AddSortParam() :
...
$query->AddSortParam('my_field','descend');
$query->AddSortParam('my_other_field','ascend');
$query->AddSortParam('my_custom_field','value_list_name');
$result=$query->FMFind();
Note that only FMPro 7 supports using the name of a value list like
this (according to the docs, FM 5/6 use 'custom' and whatever value
list is associated with that field in the layout).
Derek
On Jun 5, 2005, at 6:05 AM, Dave Strickler wrote:
> Is there a way to defined a field that is to be sorted on and specify
> its "sort order"? I know how to specify the field, but by the order.
>
> Thanks,
>
> Dave Strickler
> MailWise LLC
> 617 267-0044 x810
> www.mailwise.com
>
>
>
>
>
>
> ----------------------------
> This message has been certified virus-free by MailWise Filter - The
> real-time, intelligent, e-mail firewall used to scan inbound and
> outbound messages for SPAM, Viruses and Content. For more info visit:
> http://www.mailwise.com
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
More information about the FX.php_List
mailing list