I am passing a struct back instead of a recordset from CF...it works great
and is easy to do.

building a string should be straight forward in AS with whatever you are
passing back from CF...

something like this:

myString = fname + ' ' + lname + ' ' + empid;  // with spaces in between
fields


HTH,

Josh Trefethen
http://exciteworks.com

-----Original Message-----
From: Frank Mamone [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 30, 2002 12:16 PM
To: CF-Talk
Subject: SOT:Flash Remoting with CF


Hi,

I got through the basics of Flash Remoting.  The server comes back with a
recordset, however I don't want to bind it to a control with DataGlue. I
simply need to build a string using three of the column values.

I want to do this:

mystring = #FNAME##LNAME##EMPID#

Thanks

Frank Mamone.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Reply via email to