Jump to content

This topic is 6931 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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();

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.