February 9, 200619 yr 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();
February 9, 200619 yr Author 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
Create an account or sign in to comment