Search

Clear filter
Question
Lou Pizza · Jan 15, 2020

Gzipping several files individually and renaming using datetimestamp

Thank you Lou Example with one file for Windows:Class dc.test [ Abstract ] { /// d ##class(dc.test).test() ClassMethod test() { s ts=##class(%PosixTime).LogicalToUnixTime(
Article
Muhammad Waseem · Sep 28, 2021

Connecting to Caché with Appeon PowerBuilder by using ODBC

the connection under Preview tab by clicking Test Connection button Congratulation!
Article
Alexander Koblov · May 20, 2016

Collations in Caché

10) = "", test(2) = "", test("фф") = "", test("бб") = "" USER>zwrite test test(10)="" test(2)="" test("бб")="" test("фф")="" USER>write #
Question
Ruslan K · Jun 14, 2018

AddEventListener for a control

Server"/> <button id="btn2" caption="Test Client"/> </page> } ClassMethod SrvTest() [ ZenMethod ] { &js<zenAlert('from
Article
Robert Cemper · May 9, 2023

Helper for Objectscript Language Extensions

label="ZZDUMMY" line=6 line(1)=" ; " line(2)=" ; just a demo dummy" line(3)="ZZDUMMY(%a) " line(4)=" quit " I got '"_%a_"' for test"" line(5)=" ; what a nice demo " line(6)="
Question
Graham Hartley · Jul 16, 2019

Correct usage of %Library.ListOfObjects containing EnsLib.SQL.Snapshot in Ensemble

() Quit sc } Method Testing() As %Status { Set req = ##CLASS(UHSM.Messages.Test).
Article
Cristiano Silva · May 27, 2023

Interopway REST. Consuming REST Services in a Simple Way

To run the unit tests, copy the /src/xmlexport/Interopway_REST.xmlfile to a directory, such as C:\temp\test.
Question
Rostislav Dublin · Apr 27, 2023

Memory leak and IRIS container freeze... or just my curvy hands

To test ZPM or to test IRIS on leakages?"
Discussion
Yuri Marx · Nov 12, 2022

HackerHank

If you want prepare yourself or test a programmer for a job, this is my tip: https://www.hackerrank.com
Article
Yuri Marx · Apr 4

Part II: Studying for IRIS Developer Professional Certification with the "Ask Developer Community AI"

Create Test Cases: Extend the %UnitTest.TestCase class to create your testing class. Add test methods to this class, ensuring that each test method name begins with “Test”.
Question
Jim Winski · Aug 1, 2018

Ensemble peculiarities for one user

Typically, clicking the Test button will open a new window where you can paste a message to test your DTL with.These issues transcend browsers.
Question
Evgeny Shvarov · Aug 28, 2017

How to add a new line in email?

%New() USER>d str.WriteLine("Test") USER>d str.Rewind() USER>zzdump str.Read(100) 0000: 54 65 73 74 0D 0A Test..
Question
Christine Nyamu · May 12, 2023

HOW TO SEARCH IF A STRING EXISTS IN A LOOKUP TABLE

I have one of my OBX 5 fields having this value "blood work was done<>tested positive for anemia<>tested negative for hepatitis".
Question
Ben Spead · Dec 15, 2024

Is it possible to feed a question to the D.C. A.I. via URL parameter?

Similar to how you could feed "test" into the D.C. search with the following URL: https://community.intersystems.com/smartsearch?
Question
Tirthankar Bachhar · Oct 20, 2016

%UnitTest Code Coverage

So, let say my unit test case hit all 10 lines of code of a method for a given class. So, unit test coverage should be 100% for that.