andygaunt Posted February 9, 2006 Posted February 9, 2006 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();
andygaunt Posted February 9, 2006 Author Posted February 9, 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
Recommended Posts
This topic is 6931 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now