![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Accessing a non-default view Topic Summary: How do you access a view in DXL that is not the default view? Created On: 20-Aug-2008 20:03 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
I am trying to programmatically open a view that is not the default view and without having the user set the non-default view as the default view. This code already works for the default view (After accessing the view, some of the data is pulled out per certain requirements and put in an Excel spreadsheet). I used the following code but it did not work:
load view viewname Thanks for your help! Peace and Blessings, Nikki |
|
![]() |
|
![]() |
|
Did you open the module in the foreground or hidden. Loading view in a hidden module does not work.
|
|
![]() |
|
![]() |
|
Module m = current
View v = view("TestView") load (m,v) or load view "TestView" Regards |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Accessing a non-default view
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.