![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: clear lock items script Topic Summary: Created On: 24-Jan-2003 00:25 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: Maybe this is what you are looking for? Lock lockItem string myFile LockList lcklist = getLocksInDatabase( true ) for lockItem in lcklist do { myFile = lockItem.resourceName remove( lockItem ) } delete( lcklist ) | |
![]() |
|
Hi all,
I need to write a script to automatically unlock items that locked by users. By reading the dxl manual, I can't get the clue how to accomplish it. Is there anybody can give me a help on this? If you have some sample script, would you please let me "borrow"? thanks a lot in advance, hong |
|
![]() |
|
![]() |
|
Maybe this is what you are looking for?
Lock lockItem string myFile LockList lcklist = getLocksInDatabase( true ) for lockItem in lcklist do { myFile = lockItem.resourceName remove( lockItem ) } delete( lcklist ) |
|
![]() |
|
![]() |
|
Thanks a lot Mary. It is very helpful.
thanks again, hong |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
clear lock items script
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.