well this works fine in cfmx, so it must be something else thats the matter.
<cfscript>
qTest = querynew("id");
for (i=1;i lte 5;i=i+1) {
queryaddrow(qTest);
querysetcell(qTest, "id", i);
}
writeoutput(qTest.id[3]);
</cfscript>
> -----Original Message-----
> From: Giles Roadnight [mailto:[EMAIL PROTECTED]]
> Sent: 21 January 2003 12:51
> To: [EMAIL PROTECTED]
> Subject: [ cf-dev ] indexing queries in MX
>
>
> does this:
>
> qry_findPropertyImages.uprn[1]
>
> not work in MX? it is a query that returns 4 records and if I
> try to index
> it by 1 or 4 I get a big lond javaish error the end or which
> says that it
> cannot be indexed by 1 (or 4).
>
> Thanks
>
> Giles
>
>
> --
> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> For human help, e-mail: [EMAIL PROTECTED]
>
--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]