[KCFusion] looping over form fields

2001-04-30 Thread Sheeran, Jean
I have done this before, so I don't know what my hang-up is here. The following code (successfully) loops through and makes an inventory request form with 10 lines. First line cfloop from=1 to=10 index=linenumber step=1 cfoutput tr tdinput type=text

RE: [KCFusion] looping over form fields

2001-04-30 Thread Sheeran, Jean
[mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 2:24 PM To: '[EMAIL PROTECTED]' Subject: RE: [KCFusion] looping over form fields This should work: cfloop from=1 to=10 index=output step=1 CFSET locProdNum=form.prodnum#output# CFSET locLot=form.lot#output# tr