![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: From Module Reference Associate Item Reference Topic Summary: Created On: 27-Feb-2008 22:43 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
I am running the below code in a given module.
I am trying to figure out how I can associate the module to an Item variable so I can then use that Item variable to close the module. Any clues? ------------------------- pete.kowalski(at)motorola.com |
|
![]() |
|
![]() |
|
I don't think you can 'close' an 'Item'. But you can turn a Module handle into an Item handle like this:
Module mod = current Item itm = item(fullName(mod)) - Louie I believe your code could make use of the 'uniqueID(module(fullName(mod)))' command, but I don't see why you would want to do that. |
|
![]() |
|
![]() |
|
Thank you Louie.
You have given me the direction (and clear up my confusion) that I will need. And, yes, you are correct. You will not be able to "close" an Item. ------------------------- pete.kowalski(at)motorola.com |
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.