![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Module Link History Topic Summary: Removing Link History generation Created On: 1-Mar-2007 14:33 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: You need to write some DXL to loop through the modules, open them for exclusive edit and then execute the following in each module. Module m = current Module m.(reserved "Link History") = false save(m) | |
![]() |
|
We have just upgraded to DOORS 8.1 and realised there is a new feature within the module properties for generating link history.
I need to turn this feature off in most modules and could really do with executing this via a script. I've tried extensive searches but I've been unable to find a documented command. Has anyone found an undocumented DXL command to switch this feature on /off in a module? - Martin ------------------------- - Martin |
|
![]() |
|
![]() |
|
I don't know if you can script it, but go into the Module properties (File -> Module Properties) and at the bottom is a checkbox that turns it off. Had to recently do this myself. Enjoy.
You shouldn't need to script it anyway since its a one time setting. ------------------------- David Pechacek AAI Services Textron dpechacek@sc-aaicorp.com David.Pechacek@gmail.com |
|
![]() |
|
![]() |
|
Thanks David,
I just wanted to avoid spending the whole day opening and closing modules. - Martin ------------------------- - Martin |
|
![]() |
|
![]() |
|
You need to write some DXL to loop through the modules, open them for exclusive edit and then execute the following in each module.
Module m = current Module m.(reserved "Link History") = false save(m) ------------------------- Tony Goodman http://www.smartdxl.com |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Module Link History
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.