gio
04-17-2008, 09:37 AM
Hello,
Iam almost there, I am using the super simple remoting classes package found on osflash.org
I have a cfc component to retreive data from the database. The cfc returns a query result to my flash movie.
In old days we used to have
trace(re.result[0].dbFieldName)
now I have
trace(re.result) and returns me an [object object] trace.
The other way trace(re.result[0].dbFieldName) returns
TypeError: Error #1010: A term is undefined and has no properties.
Any ideas how to get the data from the object?
Cheers,
Giorgos
Iam almost there, I am using the super simple remoting classes package found on osflash.org
I have a cfc component to retreive data from the database. The cfc returns a query result to my flash movie.
In old days we used to have
trace(re.result[0].dbFieldName)
now I have
trace(re.result) and returns me an [object object] trace.
The other way trace(re.result[0].dbFieldName) returns
TypeError: Error #1010: A term is undefined and has no properties.
Any ideas how to get the data from the object?
Cheers,
Giorgos