![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Open Baseline version of Module directly Topic Summary: Created On: 27-Jul-2006 18:27 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Is is possible to open a Baseline version of a module directly, if the current version of same module is not already open?
------------------------- Michael Sutherland michael@galactic-solutions.com http://galactic-solutions.com |
|
![]() |
|
![]() |
|
Hi Michael,
I'm not at work, so I can not test it, but I think one of these function could be the solution: ModuleVersion moduleVersion(string, Baseline)VersionFromIndexBaseline ModuleVersion moduleVersion(string) VersionFromIndex ModuleVersion moduleVersion(ModName_, Baseline) VersionFromDocBaseline ModuleVersion moduleVersion(ModName_) VersionFromDoc ModuleVersion moduleVersion(Module) VersionFromTree I hope, this will help you ![]() Greetings Reik ------------------------- Evosoft GmbH for Siemens Industry Sector Berlin, Germany |
|
![]() |
|
![]() |
|
Reik,
I have tried to use those commands, but I could not get any of them to work without the some version of the module having been opened first. The versions of the function that take a Baseline argument state: "The reference is to the current version if the Baseline argument is omitted." I haven't found a way to get a handle to a Baseline without having the current version of the module open first. ------------------------- Michael Sutherland michael@galactic-solutions.com http://galactic-solutions.com |
|
![]() |
|
![]() |
|
Hi Michael,
the third version of moduleVersion should be work for your needs ![]() The following code will open baseline "2.0" of Module "/path/module name", without opening the current version of Module: ModuleVersion mv = moduleVersion(module "/path/module name", baseline (2, 0, "")); load (mv, true); Yes, it really works ![]() Greetings Reik ------------------------- Evosoft GmbH for Siemens Industry Sector Berlin, Germany |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Open Baseline version of Module directly
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.