What is the error? -- gb
On Nov 3, 9:14 am, Marco van den Oever <[email protected]> wrote: > Hi all, > > I am trying to create a array record to bind 2 items by array: > > <!--- set file and email objectid to emailberichten_aemailafbeeldingen > array ---> > <cfset obj = createObject > ('component',application.stcoapi.emailberichten_aemailafbeeldingen.typePath ) > / > > <cfset stprops = {} /> > <cfset stprops.data = emailantwoordobjectid_bindinguuid /> > <cfset stprops.parentid = emailberichten_aemailbestanden_bindinguuid / > > <cfset stprops.seq = "1" /> > <cfset stprops.typename = "dmImage" /> > <cfset obj.createData(stProperties=stprops) /> > > All variables and table exists, any tips??? --~--~---------~--~----~------------~-------~--~----~ You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~---
