![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Setting current folder Topic Summary: Inconsistent results when setting folder Created On: 1-Sep-2008 14:32 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Hi,
I need to set the current folder for future processing based upon a user interface selection. I have managed to establish the user selection and am trying to set the folder using the syntax current = folder "Folder A" When executed the following error is occasionally displayed in the DXL output window Create Adhoc Test.inc:29> null value passed to DXL command (current Folder) Backtrace: <Line:23> Any help is much appreciated Regards Mark ------------------------- mark_williamson@synthesys.co.uk http://www.synthesys.co.uk ---------------------------------------- |
|
![]() |
|
![]() |
|
Think I may have juct cracked it by putting closeFolder() prior to setting the current folder.
Mark ------------------------- mark_williamson@synthesys.co.uk http://www.synthesys.co.uk ---------------------------------------- |
|
![]() |
|
![]() |
|
"Folder A" (without any slashes) is a relative path and will only work when there is a sub-folder "Folder A" in the current folder. You should use an absolute path in the 'folder' command' may look like this:
current = folder("/Folder A") - Louie |
|
![]() |
|
![]() |
|
Thanks Louie,
I will add that to my ever expanding list of do's Regards Mark ------------------------- mark_williamson@synthesys.co.uk http://www.synthesys.co.uk ---------------------------------------- |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Setting current folder
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.