![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Retrieve Link Module Mapping? Topic Summary: Created On: 23-Sep-2003 00:13 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
DOORs 5.2
I am writing some DXL that will query all of the information about a link module. The problem is that I know of no way to find out the type of mapping a link module has. (ie. OneToOne, OneToMany, ManyToOne, ManyToMany) When I use the create function to create the Link Module I can specify the type of mapping. Example: Module create(string name, string desc, int mapping [,bool display]) Where Mapping is a constant to be one of the following: const int manyToMany const int manyToOne const int oneToMany const int oneToOne Does anybody know how to retrieve the type of mapping a link module has (Using DXL) ? Edited: 23-Sep-2003 at 00:14 by Douglas Zawacki |
|
![]() |
|
![]() |
|
If you manually open the Link Module and then look at the module properties, you'll see a module (enumerated) attribute called "mapping".
You can get this info as follows: Module mLM = read(NameLinkMod, false) string Mapping = mLM."mapping" "" - Louie |
|
![]() |
|
![]() |
|
Hi,
Is there a way to change the mapping of a Link Module? When I try to set it in module properties it's all greyed out, and if I manually tweak the access rights to the Mapping module attribute definition/value it seems to make no difference? Any ideas, I know I can do save links and link by attribute but I would have thought I'd be able to change it? Cheers! Robbie Longworth Ultra Electronics Datel |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Retrieve Link Module Mapping?
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.