go to post Sergey Mikhailenko · Sep 30, 2020 Hi, BobIt may be easier to make an analogue of ^% G ?Something like this:```ClassMethod AlterG(gn = "", Output rep) As %Status{ OPEN 2:$job USE 2 zwrite @gn ; CLOSE 2 set i="",rep="" for { set i=$order(^SPOOL($job,i),1,s) quit:i="" set rep=rep_s } KILL ^SPOOL($job)}
go to post Sergey Mikhailenko · Sep 28, 2020 Hi, EvgenyI would add a question to your poll: Do you allow the return of a value other than Status in your functions. If so, in what cases. Then I think the survey would have been not so clear.
go to post Sergey Mikhailenko · Sep 25, 2020 But what about when you have a development team and you need to share and update repo fragments?
go to post Sergey Mikhailenko · Sep 25, 2020 Thank you Dmitry.I have not read this article. I'll take note
go to post Sergey Mikhailenko · Jun 3, 2020 Hi Katherine.I agree with you, and the problem of minimizing processes launched from root, my module will not solve
go to post Sergey Mikhailenko · Jun 1, 2020 Hi Evgeny.If the separator in the file is a semicolon, then import does not occur and the class is not generated.https://github.com/evshvarov/csvgen/issues/2
go to post Sergey Mikhailenko · Mar 27, 2020 You can store user pages in your favorites, with this commandSet tSC=##class(%SYS.Portal.Users).%AddFavorite("AppTools","/ apptools/App.LogInfo.cls")
go to post Sergey Mikhailenko · Mar 27, 2020 Tested on Ensemle 2016.1 and higher.And in the file https://github.com/SergeyMi37/cache-iris-app-tools/blob/master/src/xml/apptools.xmlyou need to replace<Export generator = "IRIS" version = "26" with<Export generator = "Cache" version = "26" Thanks for the error found.
go to post Sergey Mikhailenko · Mar 27, 2020 Yes, this is implemented in my decision, since I also really need to watch the end of the aray
go to post Sergey Mikhailenko · Jun 20, 2019 If the developer does not have access to SMP, but has access to %SYS through the studio, then he can programmatically create a web application.
go to post Sergey Mikhailenko · Jun 20, 2019 Hello, in Studio in the Output panel you can execute COS commands.Copy the file you need to the CSP directory. For example for Windows: write $zf(-1,"copy g:\readme.txt c:\InterSystems\IRIS\CSP\aaa\readme2.txt")After editing, copy it back.Or another way, create a new application with the file storage you need.
go to post Sergey Mikhailenko · Jan 11, 2018 Hi Michael,\r tab This is probably a typo. Great article, thank you