Welcome to Telelogic Product Support
  Home Downloads Knowledgebase Case Tracking Licensing Help Telelogic Passport
Telelogic DOORS (steve huntington)
Decrease font size
Increase font size
Topic Title: DOORS 7.0 SP1 Object and Table Cell Numbering
Topic Summary:
Created On: 23-Aug-2004 10:20
Status: Post and Reply
Linear : Threading : Single : Branch
Search Topic Search Topic
Topic Tools Topic Tools
Quick Reply Quick Reply
Subscribe to this topic Subscribe to this topic
E-mail this topic to someone. E-mail this topic
Bookmark this topic Bookmark this topic
View similar topics View similar topics
View topic in raw text format. Print this topic.
 23-Aug-2004 10:20
User is offline View Users Profile Print this message


Mikael Bendtsen

Posts: 11
Joined: 18-Feb-2003

Hi all,

I'm used to that DOORS number objects in ascending order with unique numbers.

However, I'm a bit curious how numbering of table cells work. If I create four objects in a fresh module (Absolute Numbers ranging from 1 to 4) and then insert a table with 2x2 cells, the Absolute Number attribute for each cell doesn't contain the expected 5, 6, 7 and 8 but 6,7,8 and 10.

As long as the numbers are unique I don't mind, but does anyone know why?

Thanks.

-- Mikael
Report this to a Moderator Report this to a Moderator
 23-Aug-2004 11:02
User is offline View Users Profile Print this message


Tony Goodman

Posts: 1098
Joined: 12-Sep-2002

Tables are implemented as a three level hierarchy of objects.

Your 2 x 2 table is actually made up of 7 objects:

A table object (number 5 in your example)
2 Row objects ( numbers 6 and 9 in your example)
4 Cell objects (numbers 7, 8,10 & 11)

If you hide tables, (View->Show->Table Cells) the object that looks like >> Table is the Table object.

You can never see the row objects, but you can access them with DXL.

Make the table object the current object and run the following DXL

Object o
For o in current Object do
print identifier(o) "\n"







-------------------------
Tony Goodman
http://www.smartdxl.com

Edited: 23-Aug-2004 at 11:17 by Tony Goodman
Report this to a Moderator Report this to a Moderator
 23-Aug-2004 14:38
User is offline View Users Profile Print this message


Louie Landale

Posts: 2070
Joined: 12-Sep-2002

Run this. Notice the odd paragraph numbers for the Row/Cells.

- Louie
Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic DOORS forum.
There are currently 1 users logged in.
The most users ever online was 15 on 15-Jan-2009 at 16:36.
There are currently 0 guests browsing this forum, which makes a total of 1 users using this forum.
You have posted 0 messages to this forum. 0 overall.

FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.