Get treeview of whole doors database using DXL

Hello,

how to create a treeview of whole doors database in dialog box using DXL program.

any help is appreciated!

Thanks in advance,
Muthurani M
muthurani - Thu May 13 08:04:45 EDT 2010

Re: Get treeview of whole doors database using DXL
Mathias Mamsch - Thu May 13 09:05:17 EDT 2010

That is pretty easy... The question is if that is what you wanted. Regards, Mathias
 

#include <standard/miniExplorer/inc/miniExplorer.inc>
fnMiniExplorer(null, folder "/", MINI_EXP_FORMAL_MODS, "Browse", "Wow the complete DOORS database in a treeview")

 

 


Mathias Mamsch, IT-QBase GmbH, Consultant for Requirement Engineering and D00RS

 

 

Re: Get treeview of whole doors database using DXL
muthurani - Thu May 13 09:23:13 EDT 2010

Mathias Mamsch - Thu May 13 09:05:17 EDT 2010

That is pretty easy... The question is if that is what you wanted. Regards, Mathias
 

#include <standard/miniExplorer/inc/miniExplorer.inc>
fnMiniExplorer(null, folder "/", MINI_EXP_FORMAL_MODS, "Browse", "Wow the complete DOORS database in a treeview")

 

 


Mathias Mamsch, IT-QBase GmbH, Consultant for Requirement Engineering and D00RS

 

 

Hello Mathias,

Thank you so much for your great help.
i have to place this tree view in dialog box and it should have a option to select the items from tree view(i have to get the selected item from treeview).

thanks in advance,
Looking forward your reply

-Muthurani

Re: Get treeview of whole doors database using DXL
muthurani - Thu May 13 09:27:47 EDT 2010

muthurani - Thu May 13 09:23:13 EDT 2010
Hello Mathias,

Thank you so much for your great help.
i have to place this tree view in dialog box and it should have a option to select the items from tree view(i have to get the selected item from treeview).

thanks in advance,
Looking forward your reply

-Muthurani

Hello Mathias,

I want to listout the particular project items in treeview instead of whole database items.
Is it possible?

Thanks,
Muthurani M

Re: Get treeview of whole doors database using DXL
Mathias Mamsch - Thu May 13 12:24:25 EDT 2010

muthurani - Thu May 13 09:27:47 EDT 2010
Hello Mathias,

I want to listout the particular project items in treeview instead of whole database items.
Is it possible?

Thanks,
Muthurani M

You can find the source code for a mini explorer window on smartdxl.com. Look here http://www.smartdxl.com/content/?page_id=144 and select "View source code" to get the code. This should help you with your task. Regards, Mathias


Mathias Mamsch, IT-QBase GmbH, Consultant for Requirement Engineering and D00RS

Re: Get treeview of whole doors database using DXL
Salo33 - Wed May 25 06:16:38 EDT 2016

Mathias Mamsch - Thu May 13 09:05:17 EDT 2010

That is pretty easy... The question is if that is what you wanted. Regards, Mathias
 

#include <standard/miniExplorer/inc/miniExplorer.inc>
fnMiniExplorer(null, folder "/", MINI_EXP_FORMAL_MODS, "Browse", "Wow the complete DOORS database in a treeview")

 

 


Mathias Mamsch, IT-QBase GmbH, Consultant for Requirement Engineering and D00RS

 

 

Hi Mathias,

Is there any other way to open a tree view of Doors data base other than mini-explorer or fnminiexplorer because I want to select the folder which is actually locked when it is selected in the miniexplorer which I do not want it.

Actually I want to select different folders in Doors database in the dialog box with out closing the dialog box for each selection.

Thanks in advance

Kind Regards,