just an idea.
 
have you got debugging on?
maybe see if you can find the sql farcry has generated and run that on the database yourself.

 
On 3/31/06, Gavin Cooney <[EMAIL PROTECTED]> wrote:

hey,

http://www.farcrycms.org/cfcdoc/content.cfm?file=c%3A%2Ffarcry%2Fp230%2Ffarcry%5Fcore%2Fpackages%5Cfarcry%5Ctree%2Ecfc#getDescendants()

yes, it seems to.

and it seems like it's implemented too... judging by the code here.

or am i looking at the wrong getdescendants?

Gav


On 3/31/06, Andrew Mercer <[EMAIL PROTECTED]> wrote:
>
> I dont have farcry in front of me at the moment,
> but does getDescendants() have a afilter argument?
>
>
>
>
> On 3/31/06, Gavin Cooney <[EMAIL PROTECTED]> wrote:
> >
> > hi guys
> >
> > I'm running this code
> >
> > <cfscript>
> >        navFilter=arrayNew(1);
> >        navfilter[1]="status IN (#listQualify( request.mode.lvalidstatus ,
> "'")#)";
> >        qGetChildren =
> application.factory.oTree.getDescendants(
> >                        objectid=request.navid, depth=1,
> afilter=navFilter);
> > </cfscript>
> >
> > I've dumped navFilter and it's:
> > navFilter[1] = status IN ('approved')
> >
> > and it is returning draft nav nodes.
> >
> > I'm using FC 3 and am supposed to be launching the site in the next
> > few hours... any ideas before i headbut my monitor?
> >
> > Gav
> >
> > --
> > www.gavcooney.com
> >
> >
> >
> >
>
>
>  >
>


--
www.gavcooney.com





--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/farcry-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to