The problem I am facing, is that I need a structure to get all of the
properties for the tasks when I loop over them.  I have attempted to take my
list of objectids, and loop over them, doing a contentobjectget on each one,
and then append that to a structure.  When I output the structure, there is
no apparent order to them.  My only desire is to be able to present an order
list of objectids, and get back a structure of objects in that same order.

-----Original Message-----
From: Richard Ragan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 10:13 AM
To: Spectra-Talk
Subject: Re: cfa_contentobjectgetmultiple


Structures inherently have no order. If you want a sorted result back
you must ask it to return a list instead.

Rich

----- Original Message -----
From: "Cojocaru, Casey S., A&M IRM, AFIS-HQ" <[EMAIL PROTECTED]>
To: "Spectra-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, June 04, 2002 6:35 AM
Subject: cfa_contentobjectgetmultiple


> Greetings,
>
> For all the times I have had issues with this tag.  In my
> application, I need to sort the list of available tasks for a given user
> according to label of the artifact object of the parent workflow.  I am
able
> to do this via some looping, and the structSort function.  When I pass my
> sorted list of objectids into cfa_contentobjectgetmultiple, I get back a
> structure of tasks that are in a random order.  Any insight will be
greatly
> appreciated.
>
> Casey
> 

______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to