![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Deleting Triggers Topic Summary: Created On: 11-May-2004 16:55 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
You can use the three loops:
for trig in database do for trig in project do for trig in module do to find triggers, then presumably get the name(trig) and prompt to delete it. Also, the DXL you use to define the trigger should routinely have the ability to delete it. Structure such DXL as follows: string NameTrig = "whatever" if (confirm("Delete trigger '" NameTrig "'??)) delete(NameTrig, level, type, event, prior) if (confirm("Define Trigger '" NameTrig "'??)) trigger(NameTrig, level, type, event, prior, DXL) - Louie |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Deleting Triggers
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.