Sabit Issakhan · Apr 28, 2021 go to post

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
}
Sabit Issakhan · Jun 10, 2020 go to post

Find this way to solve problem

Set %response.Status = ..#HTTP401UNAUTHORIZED

it's works! 

Sabit Issakhan · Jun 9, 2020 go to post

Sure.

Class ParseXML.Parse Extends java.lang.Object [ ProcedureBlock ]
{

Method %OnNew(ByRef p0 As %ObjectHandle) As %Status
{
Quit:'$D(p0) $$$OK
Quit ..%Constructor(p0,"ParseXML.Parse",0)
} Method convertXMLtoJSON(ByRef p0 As %ObjectHandle) As %ObjectHandle
{
Quit ..%IR("convertXMLtoJSON",.p0)
} }

Sabit Issakhan · Aug 29, 2019 go to post

I was looking for quick solutions for my task and  get mapping of letters from the Internet

Sabit Issakhan · Aug 28, 2018 go to post

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.)