Get function rights for a user group
Hello,In ARISv9, the function "FunctionRights()" applicable to UserGroup objects doesn't return any right when the user group is a database administrator (all its users are system users). That's a...
View ArticleImage alignment issue
Hi All, I want to know all parameter use that we can pass in Graphic function.I am using that function to extract the graphical image of one model but don't know what are the parameters this function...
View ArticleMerge Cells in EXCEL Reports
Hi,I want to publish a excel report with merged cells. I am unable to merge the cells.output = Context.createExcelWorkbook("Book"); sheet = output.createSheet("Sheet1"); row1= sheet .createRow(0);...
View ArticleHow to get the (sub) version of ARIS?
Hi Guys (and girls)Is there a good method to get the (sub) version of ARIS?Call Context.getScriptInfo(Constants.SCRIPT_VERSION) is too rough. It gives only the major version of ARIS and I need the...
View ArticleHow to Set Default Line Spacing for a word report?
Hi,Can any one help to set default line spacing (to be applied for entire document) for a word report?Forum: Reports & Macros
View ArticleMove objects and models not in use.
Hi All,I need to create a report script that checks if the group named "zz_folder" already exists in the data database if not I need to create that group, then moved all objects that has a name...
View ArticleAttribute type Radio button check and uncheck
Hi,I am writing a report to toggel a radio button for every selected model. If set to "true" means checked and "false" means unchecked. But I am facing one issue report is running and updating the last...
View ArticleHow to call & Send Value from Macro to Report
Hai There.Im Pretty new learn about Aris Software. So anyway i have some Issue. I have Jlist made in Macro Aris. And Get the one data by ActionListener Double Click event. After that, i need to sent...
View ArticleProblems with Method - setSelectedMethodFiltersAsString
Good afternoon.I'm having problems using the Method setSelectedMethodFiltersAsString creating a export script.When I debug the script this method is not found. There is another method to replace this...
View ArticleFind Report using GUID
Hi,Is there any easier way to find a report using its GUID? rather than opening each and every report. Forum: Reports & Macros
View ArticleTest Case Designer Report - Attribute Access
Hi,I am trying to read out some attributes from objects in the TestCase Designer over report functionality. (I try to get the test path picture, and some assigned objects to the test objects). -...
View ArticleReport & Macro communication
Hi,This is my first ever post on aris community. Hope I get my doubt clarified.Is there a way to communicate between a report and a macro. You can run a report from a macro, but is there a way to call...
View ArticleSorting Objects via ARIS Reports
Hi, I just want to sort my array of values, which I get from a model. After checking the forum I found that I need to sort occures list and did the following: var objOccs = array.ObjOccList(); objOccs...
View Articleuncompress picture objects from ARIS database
Hi, again a question from my side. In my report I try to add a picture, which is stored as attribute in the database on my selected object. The getting of this object is ok. I have some identifier for...
View ArticleHow to export name list of all reports ?
Hi,I want to export all the report's name list to an excel file. How can i do this ?please help me on this!Forum: Reports & Macros
View ArticlePicture in Excel via report without using cells
Hi, I just want to add a picture in a new sheet of excel. I am using Context.createOutputObject(Constants.OUTEXCEL, Context.getSelectedFile()); and create a new TableRow() and TableCell() for my...
View ArticleReport/Macro location on ARIS 9 server?
Back when we had ARIS 7 we would find all script files on "E:\ARIS7.1\server\templates\scriptservice\" on the server. Now in ARIS 9 they are nowhere to be found. From what I've read in other posts, it...
View ArticleHow to get connection list of any object?
Hi Guys, Again I am here to ask you a question. I am struggling with this from last few days.I want to extract all yellow marked connection from relationship of any object.mean all connection which are...
View ArticlePixel : Lometric ratio is different in ARIS 9
Is this a bug? The conversion ratio between pixels and the lometric measurement are different in ARIS 7 and ARIS 9. It's smaller in ARIS 9, too small when exporting things with pixels. Calculated like...
View ArticleFrustrating script help
I have no idea what on earth this help text is trying to tell me:DialogTemplatecreateNewDialogTemplate ( int X, int Y, int DX, int DY, String Title, String sDialogFunc )Deprecated Hint:Do not use old...
View Article