![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Deletion date of a link Topic Summary: Created On: 24-Mar-2004 16:34 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Is it possible to display the deletion date of a link ?
I know, there is a history type (HistoryType) with the constants modifyLink, createLink & deleteLink, but I cannot use it. The following example does'nt work (for the links-history): void print(History h) { HistoryType ht = h.type print h.author "\t" h.date "\t" stringOf(ht) "\t" if (ht == modifyLink || ht == createLink || ht == deleteLink) { print "LINK modified!" } print "\n" } History h print "All history\n" for h in current Module do print h print "\nHistory for current Object\n" for h in current Object do print h print "\nNon object history\n" for h in top current Module do print h Thanks, Dirk. ------------------------- Dirk Plaschke |
|
![]() |
|
![]() |
|
I did a lot of History work and could NOT reproduce the Link history records. The link module itself does seem to have any record of creating the link-set (which is an object in the link module).
- Louie |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Deletion date of a link
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.