Re: query object error

2009-06-30 Thread Kamru Miah
Thanks - problem solved (and simpler than StuctUpdate, too!) :-) > ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/gr

RE: query object error

2009-06-30 Thread Adrian Lynch
> -Original Message- > From: Kamru Miah [mailto:k.m...@csl.gov.uk] > Sent: 30 June 2009 12:08 > To: cf-talk > Subject: Re: query object error > > > I just realised that the 'role' query form a include file is > returntype="struct", and

Re: query object error

2009-06-30 Thread Kamru Miah
I just realised that the 'role' query form a include file is returntype="struct", and not returntype="query" - dah! So now the question is, how do I insert a value to the 'positions' cell of the structure, please? >Could you show more of your code. This works for me. > >Oh and you don't need

RE: query object error

2009-06-30 Thread Adrian Lynch
Could you show more of your code. This works for me. Oh and you don't need to assign to a temp var when using QuerySetCell. Adrian > -Original Message- > From: Kamru Miah [mailto:k.m...@csl.gov.uk] > Sent: 30 June 2009 11:43 > To: cf-talk > Subject: query object error > > > I am using