Article Evgeny Shvarov · Apr 16, 2016 1m read Try catch block I usually use in InterSystems ObjectScript Hi! Want to share with you code snippet of try catch block I usually use in methods which should return %Status. { try { $$$TOE(sc,StatusMethod()) } catch e { set sc=e.AsStatus() do e.Log() } Quit sc } Here $$$TOE is a short form of $$$TROWONERROR macro. Inside macro StatusMethod is any method you call which will return %Status value. This value will be placed into sc variable. #Code Snippet #ObjectScript #Caché #InterSystems IRIS 4 21 1 2,682
Article Evgeny Shvarov · Apr 15, 2016 2m read Sources for InterSystems Global Summit 2016 Sessions and Experiences Hi! Please find all the source code Global Summit 2016 Sessions and Experiences in following GitHub repositories: #Global Summit 2016 #ObjectScript #Global Summit 4 1 0 874
Article Evgeny Shvarov · Mar 18, 2016 1m read Developer Community MVP of March and the Winner of GLobal Summit Contest II is ... Hi, Community! The Second InterSystems Global Summit Contest finished yesterday, and we have a new winner! John Murray has won the prize and showed very impressive contribution activity with the result: #Global Summit 2016 #DC Feedback #Global Summit 2 4 0 256
Article Evgeny Shvarov · Mar 10, 2016 1m read DeepSee Termlist Deployment What is the best way to deploy DeepSee Termlists? #InterSystems IRIS BI (DeepSee) 0 5 0 317
Article Evgeny Shvarov · Mar 9, 2016 2m read How to make posts with code on Developer Community Hi! Here is small "How to" again. Suppose you need to share something with source code. How can we manage it on DC? Sharing code snippets 1. Add normal post (not Code Package). 2. Paste your code in the post and format it with highlighting as it is described here. #Caché #Code Snippet #Coding Guidelines #DC Feedback 3 2 0 421
Article Evgeny Shvarov · Feb 15, 2016 2m read How to highlight Caché ObjectScript, work with htm, add image in the post and other questions Hi, Community! We've updated Developer Community (DC) portal and here are some good news. Now you can insert in your post highlighted parts of code. It works with help of highlight.js library. To illustrate it I took some code snippets from Fabian's article. #Developer Community FAQ #DC Feedback 10 13 0 1,018
Article Evgeny Shvarov · Feb 1, 2016 1m read How to Make a Post and Other Frequently Asked Questions Hi, InterSystems Developer Community!We are working to improve this site to make it comfortable to read, contribute, share and get answers from InterSystems Developer Community!But while we haven't fixed some UI issues please find in this post some simple answers on how to deal with Developer Community.How to add post?Open Communities page, choose desired e.g. Caché and click "Create New Post" button. #DC Feedback 4 17 0 420
Article Evgeny Shvarov · Dec 14, 2015 1m read Cache Web Terminal Release 3.1.4 Hi ISC Community!I'm pleased to announce new release of Caché Web Terminal 3.1.4.What's new:1. Drag'n'drop to Studio installation: just import xml in any namespace.2. After import and comilation access your web terminal app on URL server:port/terminal/.F.e. localhost:57772/terminal/ Slash is mandatory.3. No need to use %CACHELIB anymore - please feel free to update your Caché and continue using CWT. #Caché #Development Environment #Terminal #Release 6 13 1 1,041