- Log in to post comments
User bio
404 bio not found
Member since Aug 29, 2019
Posts:
Replies:
Thanks, it works
- Log in to post comments
Find this way to solve problem
Set %response.Status = ..#HTTP401UNAUTHORIZED
it's works!
- Log in to post comments
Certifications & Credly badges:
Sabit has no Certifications & Credly badges yet.
Followers:
Sabit has no followers yet.
Following:
Sabit has not followed anybody yet.
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}