Learning Documentation Community Open Exchange Global Masters Certification Partner Directory Ideas Portal
Developer Community
  • Posts
    • InterSystems Official
    • Articles
    • Questions
    • Announcements
    • Discussions
    • Tags
  • Events
    • Tech Article Contest
    • Programming Contest
    • InterSystems Ideas Contest
    • Event Calendar
  • Products
    • InterSystems IRIS
    • InterSystems IRIS for Health
    • HealthShare
    • TrakCare
    • Caché
    • Ensemble
    • InterSystems Analytics (DeepSee)
    • InterSystems Text Analytics (iKnow)
  • Jobs
    • Job Opportunity
    • Job Wanted
  • Members
  • About
    • About Us
    • FAQ
    • Feedback
    • Report an Issue
    • Share an Idea
    • Code of Conduct
    • Contact Us

EN

Search by posts, members, tags
Language
EN|
ESPTJPCNFREN
New post
  • Profile page
  • Posts (3)
  • Replies (56)
  • Mentions (5)
  • Official certification & Credly badges (0)
  • Global Masters badges (9)
  • Followers (0)
  • Following (0)
AllAccepted answers
    go to post
Udo Leimberger · Nov 2, 2022

This should help you:
https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY...
See GRANT object-privilege section

0 0 https://community.intersystems.com/post/programmatically-adding-table-permission-role#comment-205961
    go to post
Udo Leimberger · Dec 29, 2021

You can use %Library.ScrollableResultSet or Execute the query again.

2 0 https://community.intersystems.com/post/how-rewind-resultset#comment-176946
    go to post
Udo Leimberger · Dec 16, 2019

If you have an array you can:

set txt(1)="1
...
set txt(n)="n


ClassMethod write(txt As %ArrayOfDataTypes)
{
  set​ arg1=$get(txt(1))
  ...
  set arg2=$get(txt(n)

or

  set l="" for i=1:1 {
         set l=$order(txt(l))
         quit:l=""
         set arg(i)=txt(l)​​​​​​


}

and call it with the array ByRef:

do ..write(.txt)
0 0 https://community.intersystems.com/post/how-generate-variable-parameters-calling-method-variable-input-parameters#comment-113651
    go to post
Udo Leimberger · Nov 26, 2019

Hey Duncan,

you also can use $CLASSMETHOD or $METHOD.

Follow the links for IRIS documentation.

0 0 https://community.intersystems.com/post/how-do-run-class-terminal-and-pass-parameters#comment-113331
Udo Leimberger
@Udo.Leimberger3230
Owner at Troll Internet Solutions
Follow
Open Exchange profile

User statistics

Posts
3
Replies
56
Likes
45
Applications
0
Badges
9
Followers
0
People reached
3.1K
Accepted answers
4
  • Privacy & Terms
  • Guarantee
  • Section 508
  • Contest Terms
  • Cookies Settings
© 2025 InterSystems Corporation, Cambridge, MA. All rights reserved.

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up