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]
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
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