![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Dialogue For Editing Link Module Attributes Topic Summary: Created On: 21-Feb-2006 17:20 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: It would go something like this int i = 0 if(ReviewMaturity=="Red") i =0 if(ReviewMaturity=="Amber") i =1 //etc set(JustGUI_Choice ,i) | |
![]() |
|
Help,
I have 2 attributes in a Link Module "Justification" of Type 'Text' and "Review - Maturity" of Type "Enumeration" ("RED", "AMBER" .............etc) I'm trying to create a dialogue that allows me to edit these attributes on a link from a Source to a Target. I am having real troubles getting the Dialogue to update, and it keeps telling me that the DBE choice is not a string. Any Help is much Appreciated, and i'm sure its laughably simple. Dave |
|
![]() |
|
![]() |
|
ReviewMaturity is a string and
JustGUI_CHOICE is expecting an integer You may have to take the integer value of ReviewMaturity |
|
![]() |
|
![]() |
|
If only i knew how to do that
Thanks for the comment |
|
![]() |
|
![]() |
|
It would go something like this
int i = 0 if(ReviewMaturity=="Red") i =0 if(ReviewMaturity=="Amber") i =1 //etc set(JustGUI_Choice ,i) |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Dialogue For Editing Link Module Attributes
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.