![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Deleting links for selected objects Topic Summary: Created On: 30-Oct-2007 19:02 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Hello, |
|
![]() |
|
![]() |
|
To get the objects you care about you don't need to add a new filter. The following should figure out which objects are currently selected.
Object o for o in (current Module) do { // for currently displayed objects... if (!isSeleted(o)) continue // o is selected, so delete its links } |
|
![]() |
|
![]() |
|
Sweet thanks!! I didn't even know !isSelected was a command.
|
|
![]() |
|
![]() |
|
Depending on your needs also the DOORS Tools / Delete links tool might work. With this you can delete links from a selected set of objects (or display set if you have filtered) going to a specific module through a specific link module.
------------------------- Pekka.Makinen@softqa.fi SoftQA Oy -http://www.softqa.fi/ |
|
![]() |
|
![]() |
|
BTW, you need to be careful when 'selecting'. If you click on one object and then shft-click on one lets say 2 below it, there is no guarantee that the only objects that get selected are the ones between the ones clicked. If the objects are in different sections you will end up selecting some parents of the objects you selected. You also need to be mindful when the selection includes Tables.
- Louie |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Deleting links for selected objects
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.