Jump to content

androopy

Newbies
  • Posts

    1
  • Joined

  • Last visited

Everything posted by androopy

  1. So the issue seems to be that I'm trying to sort on a field which is unstored. its pulled from another field if a value exists. its defintely pulling correctly as I can display the sort field in the search results. heres the code that doesn't want to work: $findCommand = $fm3->newFindCommand('Exhibitor Search'); $findCommand->addSortRule('ExhibitorSearchSort',1,FILEMAKER_SORT_ASCEND); $result = $findCommand->execute(); So now I'm confused about what exactly filemaker has returned to me as $result. it is a multidimensional array? a resultset? can i use a standard php sort on this? somehow specifing the name of the field to sort by? any help is appreciated and if i work it by some miracle i'll post so its here for someone else.
×
×
  • Create New...

Important Information

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