go to post Sabit Issakhan · Apr 28, 2021 I solve error with this code: set content = %request.Content Set whoIs = content.whoIs Set templates = content.templates Set templateCount = templates.Count() for i=1:1:templateCount { Set row = templates.GetAt(i) Set codeForm = row.codeForm Set codeName = row.codeName Set orderNumber = row.orderNumber Set codeFormat = row.codeFormat Set headerXLS = row.headerXLS Set headerDBF = row.headerDBF Set dbfFormatType = row.dbfFormatType Set dbfFormatLength = row.dbfFormatLength Set valueFrom = row.valueFrom }
go to post Sabit Issakhan · Jun 10, 2020 Find this way to solve problem Set %response.Status = ..#HTTP401UNAUTHORIZED it's works!
go to post Sabit Issakhan · Jun 9, 2020 Sure. Class ParseXML.Parse Extends java.lang.Object [ ProcedureBlock ]{ Method %OnNew(ByRef p0 As %ObjectHandle) As %Status{Quit:'$D(p0) $$$OKQuit ..%Constructor(p0,"ParseXML.Parse",0)} Method convertXMLtoJSON(ByRef p0 As %ObjectHandle) As %ObjectHandle{Quit ..%IR("convertXMLtoJSON",.p0)} }
go to post Sabit Issakhan · Aug 29, 2019 I was looking for quick solutions for my task and get mapping of letters from the Internet
go to post Sabit Issakhan · Aug 28, 2018 Hello Eduard!When i deleted another file with Cache Terminal, status shows -5(Access Denied), But when i deleted that file with Studio Output, file deleted and status shows 0(The operation completed successfully.)