I solve error with this code:
set content = %request.ContentSet whoIs = content.whoIs Set templates = content.templatesSet templateCount = templates.Count()for i=1:1:templateCount {Set row = templates.GetAt(i)Set codeForm = row.codeFormSet codeName = row.codeNameSet orderNumber = row.orderNumberSet codeFormat = row.codeFormatSet headerXLS = row.headerXLSSet headerDBF = row.headerDBFSet dbfFormatType = row.dbfFormatTypeSet dbfFormatLength = row.dbfFormatLengthSet valueFrom = row.valueFrom}- Log in to post comments