![]() |
Telelogic System Architect (steve huntington) | ![]() |
Topic Title: Matrix Editor Topic Summary: How do you view the code behind the canned Matrix reports? Created On: 8-Dec-2005 16:37 Status: Read Only |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
SA Version 10.1.11 ------------------------- Thanks, MattS Edited: 8-Dec-2005 at 16:39 by Matt Sheranko |
|
![]() |
|
![]() |
|
All matrix specifications are stored as XML:
1) Canned matrices are in matrix.xml 2) User created matrices are in usrmatrx.xml These XML files are based on the matrix2.dtd. All of these files can be found in the SA application folder. The API doesn't allow you to define a matrix, matrices must be defined in the above XML files, but you can load a matrix using SAUI.ShowMatrix(strXML). The tricky part is the XML string to pass in. To load the default EBP to Location matrix the string would be: <SAFile SAFileID="C6" SAFileName="C:\Source\DEV10_3\win32\bin\matrix.xml" /> C6 is the matrix ID for the EBP to Location matrix (see matrix.xml) and SAFileName is the full path to the matrix XML file. For user defined matrices you probably want to point to usrmatrx.xml in your SA application folder. |
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.