Welcome to Telelogic Product Support
  Home Downloads Knowledgebase Case Tracking Licensing Help Telelogic Passport
Telelogic DOORS (steve huntington)
Decrease font size
Increase font size
Topic Title: get module handle without opening it?
Topic Summary: is this possible
Created On: 13-Jan-2009 19:40
Status: Post and Reply
Linear : Threading : Single : Branch
Search Topic Search Topic
Topic Tools Topic Tools
Quick Reply Quick Reply
Subscribe to this topic Subscribe to this topic
E-mail this topic to someone. E-mail this topic
Bookmark this topic Bookmark this topic
View similar topics View similar topics
View topic in raw text format. Print this topic.
 13-Jan-2009 19:40
User is offline View Users Profile Print this message


Kane Grzebielski

Posts: 19
Joined: 29-May-2008

Just wondering if this is a possibility?
Report this to a Moderator Report this to a Moderator
 13-Jan-2009 20:24
User is offline View Users Profile Print this message


Louie Landale

Posts: 2070
Joined: 12-Sep-2002

The 'Module' handle represents an open module, so no you cannot get that Handle without opening the module. You can, however, get a 'ModName_' handle on a close module, and can perform many operations on it.

You get a ModName_ handle like this:
ModName_ mn = module("/MyProject/MyFolder/MyModuleName"); or perhaps:
ModName_ mn = module(fullName(itm)) // itm is an 'Item', perhaps from a loop

I notice now that you cannot search for 'ModName_' in the DXL interactive help. Odd, and sad.

- Louie
Report this to a Moderator Report this to a Moderator
 15-Jan-2009 20:32
User is offline View Users Profile Print this message


Kane Grzebielski

Posts: 19
Joined: 29-May-2008

Can you traverse the objects in a ModName_ ?
Report this to a Moderator Report this to a Moderator
 20-Jan-2009 22:32
User is offline View Users Profile Print this message


Louie Landale

Posts: 2070
Joined: 12-Sep-2002

No. The module isn't open, not loaded, and you cannot see the Objects.
Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic DOORS forum.
There are currently 1 users logged in.
The most users ever online was 15 on 15-Jan-2009 at 16:36.
There are currently 0 guests browsing this forum, which makes a total of 1 users using this forum.
You have posted 0 messages to this forum. 0 overall.

FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.