![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: DOORS 7.0 - Phantom Tables? Topic Summary: Tables in outline but no visible objects Created On: 22-Jul-2005 19:47 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Hi all,
In DOORS 7.0, some of my fellow users have been able to generate phantom tables. They appear in the outline view but if I click on them, the object view goes to the top of the module. Doing a purge does not clear them. Will creating a baseline clear them? Any other thoughts on whether they are an issue or not?
Thanks,
Andrew
![]() |
|
![]() |
|
![]() |
|
Hello Andrew
I experienced the same issue when some users deleted all cell in a table via CPS. If it is the case, you can delete it by switching to Graphic Mode On, locate and select the placeholder for the phantom table and then delete it using the table menu.
I hope it will work
![]() |
|
![]() |
|
![]() |
|
I don't quite understand, but I think the following will help. DOORS tables contain one non-displayed object that is the "table object" and one non-displayed object for every row in the table, "row objects". Then it creates the cells that you can see. If you delete and purge all the cells then you still have the rows and the table itself. These extra objects are used to hierarchy the table.
So the trick is to find the table and delete and purge it, but you cannot use the standard interface since these objects are never displayed. I imagine Massimo's solution will work (I don't know since we avoid DOORS tables). There would be a DXL solution. The following snippette will find the Table Objects and you could add softDelete and hardDelete commands to it: for obj in entire current Module do { if (table(obj)) print (obj."Absolute Number") "\t" (number(obj)) "\tIs a Table Object"\n" if (row(obj)) print (obj."Absolute Number") "\t" (number(obj)) "\tIs a Row Object"\n" } - Louie |
|
![]() |
|
![]() |
|
Hi folks,
Thanks for the responses. I will have to get ahold of the co-worker in question and have him try out those suggestions.
Regards,
Andrew
|
|
![]() |
Telelogic DOORS
» General Discussion
»
DOORS 7.0 - Phantom Tables?
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.