I apologize if this has been answered on the list, my search index on Vista
broke and I can't search my outlook :p

Anyways, I updated to build 390 today and deleted all the cached reactor
files and I got an unknown method 'setOrder' in query.cfc. Lo and behold,
it's gone. Searching through the change logs for query.cfc it seems to have
gone missing in rev 386 with no comments to that effect? So how do I go
about doing this now?

var clientNav = reactor.createGateway("client_navigation");
var clientNavQuery = clientNav.createQuery();
...
clientNavQuery.setOrder(clientNavQuery.getorder().setAsc("client_navigation"
, "rank"));
clientNavQuery = clientNav.getByQuery(clientNavQuery);


Thanks,
Roy



-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to