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 link module name
Topic Summary:
Created On: 23-Aug-2004 10:13
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.
 23-Aug-2004 11:06
User is offline View Users Profile Print this message


Tony Goodman

Posts: 1098
Joined: 12-Sep-2002

Use fullName(linkMod) instead of name(linkMod).

Also, for incoming links, use LinkRef rather than Link, because these are visible when the source module is closed.

LinkRef lr

for lr in obj <- "*" do
linkMod = module(lr)

//etc

-------------------------
Tony Goodman
http://www.smartdxl.com

Edited: 23-Aug-2004 at 11:10 by Tony Goodman
Report this to a Moderator Report this to a Moderator
 23-Aug-2004 14:44
User is offline View Users Profile Print this message


Louie Landale

Posts: 2070
Joined: 12-Sep-2002

Goodman is right.

Overall you need to keep track of your modules with either a [1] Module [2] ModName_ [3] string Full name. The partial 'name' is only good for display purposes. And it gets confusing since if your module is really "/Folder 1/DOORS Links" and you keep track of "DOORS Links", you'll find "DOORS Links" in the current folder; which will get very confusing if your current folder is "/Folder Other/".

- Louie
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.