![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Warning: OLEs in Object Text version 6.0 Topic Summary: Created On: 25-Nov-2002 18:03 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
In DOORS v5 the OLE diagrams were assocated with the object itself and were NOT associated with any particular attribute. In DOORS v6 the OLE diagrams can be embedded within any Text attribute.
WARNING: your old DXL scripts that manipulated text attributes, especially Object Text, will likely now ERASE any OLE diagrams therein. If you have any sort of "mergeText" or "copyText" or a dialog that allows the user to change the Object Text, these scripts will erase the diagrams. Note the following commands: 1] string Value = obj."Object Text" - gets the raw text stripping formatting and OLE diagrams 2] string Value = richText("Object Text") - gets the formatted text WITHOUT OLE diagrams 3] string Value = richTextWithOLE("Object Text") - gets the formatted text WITH the OLE diagrams. You need to use [3] above when retrieving text that MAY be used to update some text attribute later. Dialogs that you use to input text attributes probably need to use the 'richText' DBE instead of a 'text' DBE (not tested by me). I suggest you review your old DXL scripts. - Louie |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Warning: OLEs in Object Text version 6.0
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.