![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: modify DXLAttribute manualy Topic Summary: Created On: 12-Apr-2007 11:54 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Hello DXLiens,
I have an attribute A which is an DXL attribute the values of that attribute are calculated by the script! What can I do if I want to modify the value manually? best regards, Mussie |
|
![]() |
|
![]() |
|
By manually do you mean change the script so that the value changes? Or do you mean just type something else into the value?
The latter is not possible. To change the value, you have to change the script. To do that, you go to the Attributes menu, select the attribute, click edit, next to the "DXL attribute" checkbox select the browse button, then on the menu that comes up, click "Current". That will bring up the DXL window with the code for the attribute. You modify that. ------------------------- David Pechacek AAI Services Textron dpechacek@sc-aaicorp.com David.Pechacek@gmail.com |
|
![]() |
|
![]() |
|
David is right you cannot change the value of a DXL attribute.
But consider this: DxlAttr type 'String' called 'NumInLinks" that counts the number of inlinks to the object. Defined another attribute type 'String' called 'NumInLinksOverride'. The code for NumInLinks is changed such that it first reads NumInLinksOverride and if that's non-null, then sets obj.attrDxlName to that value. If it is null then it proceeds to count the links normally. Users modify NumLinksOverride in order to change the value of NumInLinks. - Louie |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
modify DXLAttribute manualy
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.