[flexcoders] Flex and CFCs -- problems displaying recordsets in datagrids

2005-07-21 Thread coldfs
Hi, I'm new to Flex and have been working over the last few weeks to integrate this product with CF. One of my central aims is to be able to pass data from Flex to a CFC which houses a query and will return a recordset back to Flex. Through piecing together examples here and there, I've figu

[flexcoders] Flex and CFCs -- problems displaying recordsets in datagrids

2005-07-22 Thread coldfs
Hi Tarik, As you probably noticed, I primarily used your excellent example from your blog. Thanks for the head start. It has really helped. I changed the doResult function as you specified and the error disappeared but the query still didn't return any results. I looked at the bpurcell ex

[flexcoders] Overlay container on panels

2005-07-27 Thread coldfs
Hi, I have a vertical container that I need to overlay all other panels upon the click of a button. I used the code in the Flex explorer and got everything working except the ability for the container to overlay my other panels. Is there an attribute or other trick to doing this. Thank you,

[flexcoders] Calling ArrayStructures in CFCs from Flex

2005-08-04 Thread coldfs
Hi, Using Tom Link's blog (http://tomlink.net/blog/index.cfm? mode=entry&entry=B662BEF9-7E97-A3B0-E3FB286E23BDAA50) and other sources, I've been trying for days to translate queries to arrays of structures (and vice versa). Whatever I do, the cfc doesn't except my values from Flex as arrays.

[flexcoders] Is it possible to return multiple recordsets to Flex from one Remote Object call

2005-08-18 Thread coldfs
Hi, My Flex app connects to a large ColdFusion application. When I make calls from Flex via RO to CF, I need to return more than one recordset in order to populate my various datagrids. I know how to return one recordset as an Array of Structures, but what if I have 5 different querries that

[flexcoders] Returning multiple recordsets from CFC only returns first recordset

2005-08-23 Thread coldfs
Hi, I'm trying to call a CFC that returns multiple array of structure recordsets. I don't get any errors but only the first recordset is returned. Does anyone have any ideas? BTW, I'd be happy to use VO instead, but I've given-up trying to figure this out...it's beyond this newbies grasp. M

[flexcoders] Referencing results from NetConnection Debugger

2005-08-31 Thread coldfs
Hi, Here's the RO result using the NetConnection Debugger. I have a function that can always read the first array element, but the others aren't readable. I've tried every combination but can't reference the other array elements. I would greatly appreciate any help? Thanks, Darius --AS fu

[flexcoders] How to display CFC array of structures in a Flex datagrid?

2005-09-12 Thread coldfs
Hi, I had the above process working at some point (with help from Flex coders on this message board), but for unknown reasons, it has stoped working. Quite simply, my CFC returns an array of structures and I'd like it to populate a data grid. Any help would be greatly appreciated. Many than