[FX.php List] Re: AddSortParam being ignored under Server 8 Advanced

Andy Gaunt andy at fmpug.com
Thu Feb 9 06:39:38 MST 2006


PROBLEM RESOLVED

 

 

Well that is weird.

 

For some reason the AddSortParam was playing up.

 

Doing a cut & paste of the same AddSortParam line fixed the issue.

 

Something to note for conversions from 7 to 8 potentially.

 

Andy Gaunt
T: 407.810.4722
andy at fmpug.com
http://www.fmpug.com <http://www.fmpug.com/>     

Recipient of FileMaker's 2005 "Mad Dog" Public Relations Award

For chapter locations, dates & times please visit the website at
http://www.fmpug.com <http://www.fmpug.com/>  If you can make it to a
meeting, please RSVP at http://www.fmpug.com/rsvp.php

  _____  

From: Andy Gaunt [mailto:andy at fmpug.com] 
Sent: Thursday, February 09, 2006 8:27 AM
To: 
Subject: AddSortParam being ignored under Server 8 Advanced 

 

Anyone seen this running on FMSA8.

 

Doing a general find query and needing to sort the result as it comes into
the FX.PHP array.

 

Running on FMSA7 it was fine, but now on FMSA8 it seems to ignore the sort
request.

 

$query=new FX($serverIP, $webCompanionPort);

$query->SetDBData($webDB,$layout,'all');

$query->SetDBPassword($webPW,$webUN);

$query->AddSortParam('fieldname','ascend');

$queryResult=$query->FMFindAll();

 

Andy Gaunt
T: 407.810.4722
andy at fmpug.com
http://www.fmpug.com <http://www.fmpug.com/>     

Recipient of FileMaker's 2005 "Mad Dog" Public Relations Award

For chapter locations, dates & times please visit the website at
http://www.fmpug.com <http://www.fmpug.com/>  If you can make it to a
meeting, please RSVP at http://www.fmpug.com/rsvp.php

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.iviking.org/pipermail/fx.php_list/attachments/20060209/1b8de283/attachment.html


More information about the FX.php_List mailing list