go to post Evgeny Shvarov · Dec 30, 2016 Hi, Joel!Thanks for the nice sample! Would you please upload the code to a Github repo too to let it be forked and pull-requested?Thanks!
go to post Evgeny Shvarov · Dec 28, 2016 Hi, Mack! Here is the closer link to the chapter in this article, which describes the topic.And it leads also to another article, which describes how you can manage the global subscripts mapping.
go to post Evgeny Shvarov · Dec 28, 2016 Hi, Mack!Have you looked into Subscript Level Mapping(SLM) feature?
go to post Evgeny Shvarov · Dec 26, 2016 Ed!Consider you have another Github repo in which you want to use REST Forms repo. What is the best way to achieve this?
go to post Evgeny Shvarov · Dec 26, 2016 Download and import from latest release on release page 20161.xml (for Caché 2016.1) or 201162.xml (for Caché 2016.2+) into any namespace If you have 2016.2+ Forms would not be compiled, $-methods should be renamed.You can do it with the following: Import and compile in NameSpace classes from SystemMethodsRemover Run in terminal: And it works. Or if you have CacheUpdater installed, import and compile from the Github repo can be reached with this one command: d ##class(CacheUpdater.Task).Update("intersystems-ru","SystemMethodsRemover")
go to post Evgeny Shvarov · Dec 12, 2016 The Tools tag introduced. I tagged some posts with Tools announcements, maybe missed some. Please add here in comments to let me tag it. Or tag it yourself if you are an author.
go to post Evgeny Shvarov · Dec 9, 2016 I don't think we have any timeout there. At least it keeps me logged forever.
go to post Evgeny Shvarov · Dec 8, 2016 Good point, Peter. Maybe we should add "InterSystems Caché" button which will paste two words? According to my experience if you want to find Caché you should search for "InterSystems Caché".
go to post Evgeny Shvarov · Dec 8, 2016 I would also recommend to try Caché Web Terminal SQL mode:This mode appeared with 4.0 version.
go to post Evgeny Shvarov · Dec 6, 2016 Hi, Alessandro!Thank you for the valuable post! One question: should we consider using %TIMERANGE or %OR instead of AGGREGATE just because of better query performance?
go to post Evgeny Shvarov · Dec 3, 2016 Hi, Derrek!Take a look at the DeepSee REST API and DeepSeeWeb library which provides you the way to customize js widgets in the way you want or add any 3rd party widgets.
go to post Evgeny Shvarov · Dec 2, 2016 Use $translate? e.g. ClassMethod NoAccents(stringWithAccents as %String) as %String { w "before: ",stringWithAccents set accent="Áêã",usual="Aea",! set val=$translate(stringWithAccents,accent,usual) w "after: ",val return val }
go to post Evgeny Shvarov · Dec 2, 2016 Eduard, thanks for the very promising article!If I decide to use your framework, how can I deploy the library in my solution? What are the best practices for that?