Hey Scott, I had to deal with a similar scenario a while ago and posted a solution on flexdaddy
http://www.flexdaddy.info/2005/06/16/strongly-type-a-cf-return-using-cairngorm/ Let me know if that is what you're kinda after ;-) Cheers, Andrew Spaulding www.flexdaddy.info --- In [email protected], Scott Barnes <[EMAIL PROTECTED]> wrote: > I've come across a small annoyance (easily fixed) but one that kind of > triggered an initial "extra" level of development. > > Basically I went down the path of returning a query from a CFC to > FLEX. Nothing overly exciting about that. Except the property > "character casing" popped its ugly head up the moment I switch my > SELECT xyz to SELETC xYZ. > > Suddenly a basic Datagrid i was using appeared blank. > > I've since stopped that, and basically "cleanses" the dataproviders > via my commands.. > ie: > onResult = iterate over the queryset, create an array of VO per > queryRow while forcing each initial property key to be uppercase.. > > basically its a "cleansing" procedure before storing that data for > re-use through out my views / shared dataproviders etc. > > Has anyone else done this? what techniques have been implemented? as > its quite annoying to have mixed results from CFMX to FLEX in terms of > data (especially when querys and structs are concerned). > > What are some best practices in terms of using Remote Object / > Recordsets with frameworks like Cairngorm (which i'm presently using) > > -- > Regards, > Scott Barnes > http://www.mossyblog.com ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hsosrad/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1124441491/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992 ">Fair play? Video games influencing politics. Click and talk back!</a>.</font> --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

