There were three questions for error with RuntimeDelegateImpl. Have you looked there? Maybe they have some solutions for your question
https://community.intersystems.com/search?
csession can be called with a variety of arguments:
tag+offset^routinetag^routine([parameter-list])##CLASS(package.class).method([parameter-list])
For example I can call:
csession
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(
Hi folks!
Often while debugging you want to know the values of all the parameters.
Using VSCode Debugger is not an option.
What do you use to know what parameters came to the method
We have some ObjectScript code in a custom business process:
When Log Trace Events is ticked on the business process in the Production view in the management portal, the argument is
Hello Everyone
I use VB.NET to dev. some program for query data
Code in VB like this
Private Sub Button4_Click(sender As Object, e As EventArgs) Handles Button4.Click
In my previous article, we reviewed possible use-cases for macros, so let’s now proceed to a more comprehensive example of macros usability. In this article we will design and build
Hello everybody.I have task to find out possibility call method from background task. I need run some class with methods. I've found out than I can run it via ^%ZSTART routine. And
InterSystems FAQ rubric
If you want to run an OS executable file, command, or a program created within an InterSystems product when the InterSystems product starts, write the processing
This is my delphi code
procedure TForm2.Button1Click(Sender: TObject);var cmd:string; sResult:string;begin cmd:='$$Check^logininput()'; vism1.Code:=cmd; sResult:=vism1.
I have classes A and B, B derived from A, A has method Abc.From INT of class B I see that compiler copies implementation of Abc to class B, so that Abc exists both in A and B.As result
Does anyone has an ini parser/writer in ObjectScript they can share?
I have an (some ten years old) one which I use in the %ZSTART routine. Sometimes (for maintenance or whatever
Hello developers,
In this article, I'll show you how to run code at compile time with ObjectScript macros.
Here's a use case that recently led me to use this feature:
As part of
Is there a system function/method which can create a GUID ? write $System.Util.CreateGUID()
Docs Thanks a lot. This command works in DTL too.
Hello,
I am wondering if it is possible to access properties of a class from within a routine that has been called. See the below example:
Class TestClass Extends %RegisteredObject

