request scope and grouped output

2004-09-03 Thread guy . mcdowell
Hi All, I have a table that I would like to replicate each time the output loops through, based on grouping. However, within the table there are outputs that call to the request scope variables. That in turn throws an error as the request scope variables aren't a part of the grouped query's

Re: request scope and grouped output

2004-09-03 Thread Barney Boisvert
You can definitely call request-scoped variables from inside loops. Are you scoping the variable call with request.? cheers, barneyb On Fri, 3 Sep 2004 13:46:11 -0400, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi All, I have a table that I would like to replicate each time the output loops

Re: request scope and grouped output

2004-09-03 Thread S . Isaac Dealey
Hi All, I have a table that I would like to replicate each time the output loops through, based on grouping. However, within the table there are outputs that call to the request scope variables. That in turn throws an error as the request scope variables aren't a part of the grouped