go to post Vasiliy Bondar · Oct 8, 2020 Show your code. See: "fo:table-body" is missing child elements )"
go to post Vasiliy Bondar · Jan 23, 2020 try { Set tSC = method_invocation() If $$$ISERR(tSC) { THROW tSC } } catch err { }
go to post Vasiliy Bondar · Oct 14, 2019 set tSC=oRpt.GenerateReport(filename,2) - generates a .pdf in filename if $get(ZenSplitMerge)=1 { see ZenSplitMerge, if ZenSplitMerge<> 1 then set tSC=oRpt.GenerateReport(filename,mode) and generates other files .
go to post Vasiliy Bondar · Aug 29, 2019 https://cedocs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GCOShttps://cedocs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GORIENT
go to post Vasiliy Bondar · Jun 12, 2019 Is it just Docker container now? will there be a classic Full Kits?
go to post Vasiliy Bondar · Jun 12, 2019 select JSON_ARRAYAGG(JSON_OBJECT('ID':ID,'Aka':Aka)) from (select top 2 ID,Aka from ent.Buyer) ["{\"ID\":1,\"Aka\":\"+7(000)0000000\"}","{\"ID\":2,\"Aka\":\"+7(962)5020828\"}"] IRIS return with Escaped Characters. How to remove \ and " ?