Question Patrik Spisak · Nov 4, 2022 Recursive ClassMethod How do I create recursive classmethod which stop all methods from running when condition are meet? #InterSystems IRIS 0 6 0 479
Question Patrik Spisak · Dec 2, 2020 Update object from XML Hi guys, I have this method to create object from XML #XML #Caché 0 1 0 350
Question Patrik Spisak · Apr 7, 2020 CSP Translation Hi guys, I have read thos two links how to translate CSP application https://cedocs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GCSP_localization_tags#GCSP_localization_tags_compile https://cedocs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=ASTRLOC#ASTRLOC_localization_util_export I have exported strings to XML <?xml version="1.0" encoding="UTF-8"?> <MsgFile Language="sk"> <MsgDomain Domain="webshop"> #Caché 1 1 0 207
Question Patrik Spisak · Apr 6, 2020 Loop over %session.object in CSP Application HI, I have sample %session like this %session.Data("product", "1") = "Product 1" %session.Data("product", "2") = "Product 2" %session.Data("product", "3") = "Product 3" %session.Data("product", "4") = "Product 4" %session.Data("product", "5") = "Product 5" How can i loop in tag based CSP application over %session? if i have <csp:while condtion=""> Is there something like %session.Data("products").Next() ? #Caché 0 1 0 204
Question Patrik Spisak · Feb 14, 2020 %XML.Reader Hi guys, I need help because I have no idea how to proceed further and documentation does not explaining this solution. I have XML like this: <?xml version="1.0"?> <ProductionPackage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" JobName="10006_8046_L69"> <Barcode>1200002101</Barcode> <DueDate>31.12.5000 23:59:59</DueDate> #XML #Caché 0 9 0 796