![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Trace Doors Tables Links with a Script Topic Summary: How to... Created On: 3-Apr-2007 14:24 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
If any one have a script to trace Doors Tables Linked i will appreciate, cause i've been working in how to and can't find anything yet. I created an Outlink Column and converted to an attribute and i tried to remake the script but nothing. I accept any other recomendations. Thanks!
|
|
![]() |
|
![]() |
|
Sorry I did not get back to you earlier on your other posting. I do not check the forums very often. I am the one who has written a custom report that includes tracing requirements in tables. I am not ready to post my script here as I would like to present it in a paper at Innovation 2007. Please contact me at jayne.rossetti@volpe.dot.gov. Perhaps you could help me with some testing of my script.
|
|
![]() |
|
![]() |
|
Well I assume you know each cell in a DOORS Table is an object.
So you want to do a for Object o in entire(module) do loop. Skip the table header and row objects. Then find the links in the cells using a for (Link/LinkRef l) in o (->/<-) (string linkModule) do loop. Then do what you want with said link. Table header objects can be identified by table(Object o). Row Objects can be identified by row(Object o). Alternatively you can do ------------------------- David Pechacek AAI Services Textron dpechacek@sc-aaicorp.com David.Pechacek@gmail.com Edited: 19-Jun-2007 at 14:38 by David Pechacek |
|
![]() |
|
![]() |
|
All your answers are great, but what I'm looking right now is to be able to find all linked cells or objects find the target absolute number of each object or cell and then be able to link by attribute, but when i try to filter and to wizard in order to get the Abs. Number I'm not able.
I found a possible way to do it but it's a long one, because i have to filter every object or cell found by absolute number and then go one by one and create a column where i can enter the Abs. Number of the target and then link by attribute, but can you imagine look all cells one by one in 3,000 cells.
Thanks for your help.
|
|
![]() |
|
![]() |
|
Can you give some pseudo code of what you are looking for. Its really not clear.
------------------------- David Pechacek AAI Services Textron dpechacek@sc-aaicorp.com David.Pechacek@gmail.com |
|
![]() |
|
![]() |
|
It's the same as the one created when you perform an analisis wizard, but I'm trying to modificate it to work with DOORS tables too, but nothing comes to my mind.
What I want is to perform a wizard and be able to see the target module for each cell Linked of the DOORS table.
|
|
![]() |
|
![]() |
|
Use my code above and where I have my whatever comment, replace that with printing out the target module of the link where ever you'd like, or in a column you'd like.
------------------------- David Pechacek AAI Services Textron dpechacek@sc-aaicorp.com David.Pechacek@gmail.com |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Trace Doors Tables Links with a Script
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.