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: Module handle from ModName_
Topic Summary:
Created On: 22-Jan-2009 23:51
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.
 22-Jan-2009 23:51
User is offline View Users Profile Print this message


Uma Unnikrishnan

Posts: 14
Joined: 8-Jul-2008

I need to know if an attribute exists in a specific module that has been referenced by ModName_.
find(ModName_,attr name) will not work so is there any alternative that can be used?
Report this to a Moderator Report this to a Moderator
 23-Jan-2009 06:28
User is offline View Users Profile Print this message


Irfaan Jamal

Posts: 30
Joined: 13-Feb-2008

Hi

Get the Module Handle by

Module m = read(fullName(ModName_), false)

and then use the perm find

find(m, attrName)

Close the module after you have got all the information from the Module.

Irfaan
Report this to a Moderator Report this to a Moderator
 23-Jan-2009 23:15
User is offline View Users Profile Print this message


Uma Unnikrishnan

Posts: 14
Joined: 8-Jul-2008

Hi Irfaan,

How are you?

Thanks for your reply. I assume the does not have to be opened when using ModName_ - is that right?

Rgds,
Uma
Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic DOORS forum.
There are currently 0 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 0 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.