Many Thanks ^_^

-- 
SCOTT VAN VLIET 
SENIOR ANALYST 
SBC SERVICES, INC 
Tel: 858.886.3878 
Fax: 858.653.6763 
Email: [EMAIL PROTECTED]


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 25, 2002 3:56 PM
To: CF-Talk
Subject: Re: Looping over a query with <CFSCRIPT>


http://www.houseoffusion.com/docs/cfscript.htm
note 8.7

At 06:47 PM 3/25/02, you wrote:
>Is this possible?  If so, sample code would be appreciated.
>
>I tried the following, and got an access error (i understand that you can't
>modify currentrow, etc, but one can wish, right ^_^):
>
><cfscript>
> while (selProd.CurrentRow LTE selProd.RecordCount)
> {
>  writeOutput(selProd.PR_NAME);
>  writeOutput("<br>");
>  selProd.CurrentRow = selProd.CurrentRow + 1;
> }
></cfscript>
>
>Thanks in advance!
>
>-- 
>SCOTT VAN VLIET 
>SENIOR ANALYST 
>SBC SERVICES, INC 
>Tel: 858.886.3878 
>Fax: 858.653.6763 
>Email: [EMAIL PROTECTED]
>

______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to