I've been using Webtop to create objects. Using cfa_contentobjectfind and
setting typeid, stproperties, lpropertiesprecedence, bactiveonly="false",
I'm able to retrieve objects. See code below.

However, when I migrate the application to another Spectra machine, the same
code will not return any objects. I found out that by saving/updating EACH
object of that typeid, I'm able to solve the problem temporarily. Recreating
the objects and migrating to the second machine does not help.

So, will installing the new cfa_objectgetmultiple.cfm help me here?

<cfset findUserProp = StructNew()>
<cfset findUserProp.UserID = "#Session.UserObjID#">
<cfset findUserPropList = StructKeyList(findUserProp)>
<cfa_contentObjectFind datasource="#MASDSN#" typeid="#typeIDUser#"
stproperties="#findUserProp#" lpropertiesprecedence="#findUserPropList#"
r_stobjects="findUser" bactiveonly="False">
<cfoutput>#StructCount(findUser)#</cfoutput>

----
Loke, Teng-Yan | [EMAIL PROTECTED] | +65-2169725
E-commerce | novaSPRINT.com (S) Pte Ltd


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to