![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Select cells in one column of a table Topic Summary: Created On: 11-Sep-2006 23:43 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Hi All, Do we have a similar function to select the cell objects in one column? |
|
![]() |
|
![]() |
|
Selections in DOORS MUST involve adjacent objects; you cannot select every other object. Thats why you cannot select multiple objects when Sorting or Filtering is on; apparently adjacent objects are generally not actually adjacent.
IIRC DOORS tables are stored first as columns then as rows, so selecting all the objects in a row does feature adjacent objects. Not so for objects in a column. - Louie |
|
![]() |
|
![]() |
|
Judging from your code snippet, I think you are talking about iterating over the objects rather than selecting them (as you would using Shift - Click in the user interface). The attached code calls the 'doThis' function for all objects in the same column as the current Object. It assumes that all rows of the table have the same number of cells and that the n'th cell in each row are in the same column.
|
|
![]() |
|
![]() |
|
Hi Paul,
In fact I want to change the attribute values of the cells in a column. Your code is very helpful in doing the job. Thanks a lot. - Krishna |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Select cells in one column of a table
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.