Search

Clear filter
Question
Lewis Greitzer · Jul 9, 2018

Using regular expressions in a routing rule

@$g(pattern)) }' Oops! Sorry I forgot it was for a rule. Also edited for redundancy as I see there's more comments now.
Question
Chip Gore · Jan 2, 2019

Anyone have a technique for COS Class Polymorphism that should survive an upgrade?

DC.Demo.Extension.BaseRecordD(1)=$lb("~DC.Demo.Extension.SubRecord~","Fred") ^DC.Demo.Extension.BaseRecordD(1,"SubRecord")=$lb("Bar") Hi Chip.In general, there is a danger of the tail (OOP
Article
Yuri Marx · Mar 2, 2021

Day 5: Developing with InterSystems Objects and SQL

Oops! I posted this without noticing that Robert already handled this one! Perfect! Thanks the contribution!
Article
Andrew Sklyarov · Nov 2

Interoperability Naming Convention (IRIS Project Organization Guide)

Oops! You're right! Fixed it. Yeah, thanks! Added more details to "Level one (domains)" to clarify my point about it.
Question
Evgeny Shvarov · Nov 6, 2017

How to find duplicates for a large text field in Caché Objects?

,"Oops..." write !,tEx.DisplayString() } DO ENABLE^%SYS.NOJRN() write !,"end "_..
Article
Vitaliy Serdtsev · Nov 24, 2017

$(REST - CSP - (-HyperEvents) + EasyUI + File Upload). Part 2

Method="GET" Call="MainPage"/> </Routes> } ClassMethod StaticFiles(url) As %Status { // not doing anything useful yet q $$$OK } Let’s now refresh the page and oops
Article
Iryna Mykhailova · Dec 12, 2022

Requesting and receiving test results (messages OML, ORL and ORU of HL7v2)

I'm talking about ORM (as of version 2.5 you should use specific messages to order tests, like OMG, OML, OMD, OMS, OMN, OMI, and OMP), ORL and ORU messages.
Article
Dmitry Maslennikov · Sep 25, 2024

Same old terminal but in web

Browser devtools network trace shows this repeatedly: oops: <PYTHON EXCEPTION> 246 <class 'ModuleNotFoundError'>: No module named 'termios' Probably has no hope of working
Article
Nikita Savchenko · May 6, 2016

Installing Caché Applications Using Class Projections

Oops! Thanks for catching this up. Somehow I missed to copy the correct version of the code.UPD fixed.Thank you! Thank you, Mike!
Question
Gery Gerena · Feb 4, 2017

Angular 1 or Angular 2 for new web project using Caché/Ensemble ?

It uses more functional way than Angular (which obviously much more OOP), it's more lightweight.
Article
Robert Cemper · Aug 26, 2017

From The Roots to InterSystems

for MUMPS to make history again in database management and database modeling with Associative Semiotic Hypergraph engine build on top of Intersystems Cache globals and a powerful OOP
Question
Mack Altman · Nov 1, 2018

What is best approach to parsing CSV string to tab-delimited string?

Some lines of Odysseus Elytis (Greek): Monotonic: "Τη γλώσσα μου έδωσαν ελληνική το σπίτι φτωχικό στις αμμουδιές του Ομήρου.
Question
Emanuel Lazar · Feb 18, 2021

httpRequest POST file Upload multipart

Response contained in tHttpResponse Set tSC=tHttpRequest.Post(tURL) If $$$ISERR(tSC) { // Oops, an error. Do something } Hi Marc, 1.
Article
Maks Atygaev · Dec 11, 2016

Declarative development in Caché

set i = collection.Next(i) } To begin with, let’s recall that Caché ObjectScript supports the OOP paradigm.