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: Trying to set table borders with DXL
Topic Summary:
Created On: 18-Nov-2003 15:35
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.
Answer This question was answered by , on Tuesday, November 18, 2003 7:39 PM

Answer:
Louie,

I've just discovered the problem. in DXL Reference manual for DOORS 5.2 there are only two places where new table constants are cited:

pp. 26, "Tables Constants" where solidBorder appears by first time.

pp.458, "Table Constants" where solidborder appears but, as you can see, with 'b' in lowercase.

I checked my code simply replacing with uppercase versions and it is running ok.

Has Telelogic a serious documentation reviewer? I guess no.

Thanks for your help and warm regards,


Daniel
 18-Nov-2003 16:47
User is offline View Users Profile Print this message


Louie Landale

Posts: 2070
Joined: 12-Sep-2002

Two things:

[1] As with other Parameters in the DXL manual, those parameters are already defined.

[2] Your problem is probably the "tableObject" parameter.

A DOORS "table" is composed of the "cells" you see in the Module Explorer, a "row" object for each row that you do NOT see, and a single "table" object for each table, that you also don't see. So if you insert a 2x2 DOORS table you are actually inserting 7 objects, not 4. See the attached DXL for getting to the Table Object.

Once you have a 'handle' on the table object, the other commands will make sense. I suspect you'll do the following:
setAllCellsBoarder(oTable, left, solidBoarder)
setAllCellsBoarder(oTable, right, solidBoarder)

- Louie

Edited: 18-Nov-2003 at 16:48 by Louie Landale
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.