Search

Clear filter
Announcement
Olga Zavrazhnova · Nov 16, 2023

InterSystems Developer Community Roundtable - November 30 2023

:) I tried to join 10 minutes before the start (20 minuts ago) but it's no longer possible: Ooops! Sorry friend, looks like this challenge is no longer available.
Question
Scott Roth · Feb 23, 2021

Sending request data to Business Object through Object Script

quit "OOPS" } else { #dim bp as Ens.BusinessProcess set req = ##class(Ens.StringRequest).
Article
Herman Slagman · Jul 21, 2021

Design By Contract (DbC)

Today, talking about OOP is not sexy.
Announcement
Olga Zavrazhnova · Oct 8

September Article Bounty: Community Spotlight

with Docker: A Step-by-Step Guide - Part 1: From the Basics to Custom Dockerfile"@Guilherme.Tonelotti >> "Create a JDBC connection with Mysql Cache"@Vachan >> "From "Oops
Announcement
Elena OMETOVA · Jun 13, 2018

Take part in the International Summer School "Start of Professional Activities"!

technologies (20% of the time) and practical assignments (80% of the time).Who can JoinAttendees must be familiar with one of the object-oriented programming languages, have experience in OOP
Announcement
Anastasia Dyubaylo · Jan 29, 2024

Top Open Exchange Developers and Applications of 2023

iris-openai by@Francisco.López1549 QuinielaML by@LuisAngel.PérezRamos 3rd place:Bronze InterSystems Applicationof the Year 2023 iris-GenLab by@Muhammad.Waseem OMOP
Question
Yuri Marx · Nov 10, 2020

Do you have tips for IRIS certification?

methods Packages Persistent and serial classes Errors #Architecture Namespaces and databases Globals and routines System databases Naming conventions #Classes OOP
Article
Alex Woodhead · Jun 20, 2023

Python Shell - Grab last expression output and put back into variable. An Underscore Tip

%Dictionary.MethodDefinition object at 0x000001C55C8572D0> # oops >>> myvar = _ # Keep calm and carry on ... >>> myvar.
Question
omer · Feb 13, 2024

Create a datatype that overrides the Set and Get

I want to create a datatype that Extends from String and in its set and get it will parse the string or do whatever - my GET works, my SET doesn't. A deeper explanation of what i am
Question
omer · Apr 11, 2024

Delete the reference MEMORY

So as asked, I am not talking about KILL - KILL as stated in the docs: This command removes the variable. If there are no further references to the object, this command also removes
Question
omer · Jun 25, 2024

How can i see the request size in kilobytes/megabytes?

I need to be able to take the size of the request from a given %CSP.request however it seems the best the docs suggest is to get the length of characters in the request (using $order
Question
omer · Sep 29, 2024

Run a routine that was created and compiled with %Routine library

I created and then compiled a routine using the %Routine library s routine = ##class(%Routine).%New(fileName_"."_extension)d routine.Write(parsedRule)//s status = routine.Save(
Question
omer · Oct 1, 2024

Execute a routine with argument by name - Without using Xecute!

Hello everyone, so lets say i have the following: HelloQsay(arg) w arg Q and i am trying to execute it by its name such as: s a = "say^hello" *execute the name inside a*
Question
omer · Oct 28, 2024

Load and compile error

Hello, I am using the following: s status = $SYSTEM.OBJ.Load("myClassName," "c") and while trying to compile it i get an error that a property or method does not exist, more specifically