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
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
When building a bundle from legacy data, I (and others) wanted to be able to control whether or not the resources were generated with a FHIR Request Method of PUT instead of the hard
Is there a way to make the system users like _SYSTEM and ensadm bypass the Delegated sign-on and not cause it to fill up the Audit trail with "Programmer mode login failure"?? I figured
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(
Just like the title says, I'm attempting to find a way to create a web application that instead of serving CSP files, it uses a dispatch class.I searched for clues in the documentation
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, I have a task created in my task manager, calling my Business Service class, and it's working fine.But I need to know the ID of the task, I searched within the class %SYS.Task.Definition
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
I had heard that sample classes are available somewhere. @Hugh.Badian - I suggest you add the tag 'CCR' to your question.
The %Studio.SourceControl.CCREventHandler.cls is included
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
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
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
Showing 15 of 181 results


