Import class
Hi, how i can call method in class that is in ARIS Script documentation ? For example (Macro class Explorer - Method removeObjDef ). ReferenceError: "Explorer" is not defined.Forum: Reports & Macros
View ArticleChange association color
Hi guys:I am trying to change by using report the color of an association and the function setColor() seems not working, any help please?Thanks!Forum: Reports & Macros
View ArticleHow to change the Date format
Hi everyone,I am working on a report generating a handbook.In this handbook i have to record the date, so I use theg_ooutfile.OutputField(Constants.FIELD_DATE, "Arial", 8, Constants.C_BLACK,...
View ArticleHow to get property connections
Hi,I'm trying to get the attribute connections of a class for a report. I don't have problems getting the connections between classes but if the relationships are between attributes (like the example...
View ArticleRelationship in empty group
Hi, is it possible to get a relationship from an empty group by script ?(When you deleted a models in group, the relationship still existing. ) Forum: Reports & Macros
View ArticleHow to use the “variable watch” in the aris script editor
The button keeps grey and the “alt+F8”doesn't workForum: Reports & Macros
View ArticleQuestion about error message
Hi All! What does mean error message: Error generating report:Comparison method violates its general contract! Any idea what is behind that message?Regards,Taivo Forum: Reports & Macros
View ArticleReport scripts are locked
Hi All,I'm unable to open/edit some of the reports. I get an error saying they are locked:"Opening script report name is not allowed. The script is locked."Any ideas how I unlock a report, it doesn't...
View ArticleChange association color
Hi, I am asking again because I did not get any answer and I am blocked with this. Anyone knows how to change the colo of a association? as it is this type of objet I cannot manage the occurrence with...
View ArticleHow to debug the report being called
Hi everyone,I work an a report(named R_main) and in this report I use createExecInfo and execute to call another report(named R1). As below: var execInfo = reportcomponent.createExecInfo (...
View ArticleChange text style of user defined attributes
Hi,i created multiple Texts by using CreateTextOcc in a single model. I can change the text style of system attributes fine with the setStyledValue method:var model = ArisData.getSelectedModels()[0]...
View ArticleHow to get the attribute of ADS Dokument
Hi everyone,I am working on a report, where I find all the documents in ADS and then delete some of them. In oder to find which documents should be deleted, I have to check the attributes of the ADS...
View Articlesend email via report
Hi everyone,I tried to use the code in https://www.ariscommunity.com/users/amol/2011-10-11-how-send-email-using-aris-script. But there is always some problems.I saw the setting in Aris connectDoes it...
View ArticleIs it possible to get the creation time of ADS documents
Hi everyone,I am writing a report to delete some old documents in ADS, so that I want to know if it's possible to directly get the creation time of the selected ADS documents in report? Thanks in...
View ArticleChange node of association
Hi guys:I would like to know if anyone knows how to change the final node of a association for pointing to another Class.Ex -> Thanks!Forum: Reports & Macros
View Articleformat xlsx in ARIS 7.2
Hello everybodyhelp me please, i change format Excel, but error, in application how change format Excel with xls on xlsx?Forum: Reports & MacrosFile attachments: Compare test vers.arx123.JPGChoose...
View ArticleShow an URL image from objectattribute not working
Good day everyone :)Can i get a little help please?I want to generate a doc file from a model and wanna show an image from an attribute which have an image url.I have an object, which has a description...
View ArticleInteractive report
Hi,I´m working in reporting with the Script Wizard. When report is created in the first page of wizard appears a check box for select if the report would be interactive or not.Even if the report is...
View ArticleHow to Draw and Replace the Attribute in Model using ARIS Script in javascript?
Hello,I want to draw Attribute and Remove the existing attribute in Model using javascript programing. how to do that . could please someone explain ? Forum: Reports & MacrosChoose content type:...
View ArticleHow to get X and Y co-ordinate of Model Attribute using ARIS Script?
Hi,Any one knows that how to get X & Y co-ordinate of Model Attribute using ARIS Script? Please help. Forum: Reports & MacrosChoose content type: Ask a question
View Article