![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Multi-valued choice in a Form Topic Summary: Created On: 8-Apr-2005 17:11 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Anybody know how to create a multi-valued choice in a Form. I can do a simple choice and a multiList (as shown below), but for the life of me I can't seem to find a way to make a multi-valued choice with check boxes in a form. I'm looking for something that would give me the same functionality as a DOORS multi-valued attribute. I don't want to create a fixed frame with a check box for each selection.
Adam DBE thisLabel = label(makeForm_DB, thisAttrName) left(makeForm_DB) if ( thisAttrDef.multi && numVals > 5 ) { thisDBE = multiList(makeForm_DB, "", 9, vals, 9) |
|
![]() |
|
![]() |
|
Adam,
You need to use "listView" instead of multiList. Look it up in the DXL Reference ! |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Multi-valued choice in a Form
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.