RE: Copy record from query into structure

2005-08-16 Thread Robertson-Ravo, Neil (RX)
I think you will have to make it into an Array of Structs rather than a Struct itself. Where each Array node is an equivalent row number. -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED] Sent: 16 August 2005 15:27 To: CF-Talk Subject: Copy record from query

RE: Copy record from query into structure

2005-08-16 Thread Kerry
: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 16 August 2005 16:01 To: CF-Talk Subject: RE: Copy record from query into structure I think you will have to make it into an Array of Structs rather than a Struct itself. Where each Array node is an equivalent row number

Re: Copy record from query into structure

2005-08-16 Thread Joe Rinehart
I wrote a little QueryTool cfc that does stuff like this a while back, feel free to use/abuse it: http://clearsoftware.net/client/queryTool.cfm -Joe On 8/16/05, Robert Everland III [EMAIL PROTECTED] wrote: Is there a way to copy an entire record from a query into a structure. I can reference

Re: Copy record from query into structure

2005-08-16 Thread Marlon Moyer
Try this function from cflib.org http://www.cflib.org/udf.cfm?ID=358 On 8/16/05, Robert Everland III [EMAIL PROTECTED] wrote: Is there a way to copy an entire record from a query into a structure. I can reference the query like query[rowname][rownumber] but when you try to reference it as