Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am creating a hyperion essbase VB application in Excel. I am using VB APIs provided by hyperion. I have a tree structure, and i want to display that tree in the parent child relations in list box. I mean, i want to display that tree in the same way the windows explorer is allowing us to browse through the file directories in the left frame ( by showing list of folders and '+' sign is added to the folders that have another directories below it. If you click on the '+' sign, it will show you directories below it. In the same way, I have a parent, and below it there are some children, and those children are again parent of another children and so on..). my question is, is it possible to display it in list box, or any other component? and if yes, how? TIA King. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You want to use a Treeview Control. this is distributed with Office (unless
you have the developer edition). I believe it is distributed with VB6 if you have that. -- Regards, Tom Ogilvy "King" wrote in message ups.com... Hi, I am creating a hyperion essbase VB application in Excel. I am using VB APIs provided by hyperion. I have a tree structure, and i want to display that tree in the parent child relations in list box. I mean, i want to display that tree in the same way the windows explorer is allowing us to browse through the file directories in the left frame ( by showing list of folders and '+' sign is added to the folders that have another directories below it. If you click on the '+' sign, it will show you directories below it. In the same way, I have a parent, and below it there are some children, and those children are again parent of another children and so on..). my question is, is it possible to display it in list box, or any other component? and if yes, how? TIA King. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have one developed if you want a copy I could send it to you...
-- HTH... Jim Thomlinson "King" wrote: Hi, I am creating a hyperion essbase VB application in Excel. I am using VB APIs provided by hyperion. I have a tree structure, and i want to display that tree in the parent child relations in list box. I mean, i want to display that tree in the same way the windows explorer is allowing us to browse through the file directories in the left frame ( by showing list of folders and '+' sign is added to the folders that have another directories below it. If you click on the '+' sign, it will show you directories below it. In the same way, I have a parent, and below it there are some children, and those children are again parent of another children and so on..). my question is, is it possible to display it in list box, or any other component? and if yes, how? TIA King. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have one already built. I will send you a copy...
-- HTH... Jim Thomlinson "King" wrote: Hi, I am creating a hyperion essbase VB application in Excel. I am using VB APIs provided by hyperion. I have a tree structure, and i want to display that tree in the parent child relations in list box. I mean, i want to display that tree in the same way the windows explorer is allowing us to browse through the file directories in the left frame ( by showing list of folders and '+' sign is added to the folders that have another directories below it. If you click on the '+' sign, it will show you directories below it. In the same way, I have a parent, and below it there are some children, and those children are again parent of another children and so on..). my question is, is it possible to display it in list box, or any other component? and if yes, how? TIA King. |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I got your mail Jim. That was the logic I was looking for. It's great
help from you. Thanks a lot. |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The two modules in there are my standard Essbase functions. You can plug them
into any spreadsheet and use the methods to do a number of different functions. I stripped the errorhandling out but otherwise that is how I retrieve and send and... The only thing you need to change are the constants at the top of the Functions module... -- HTH... Jim Thomlinson "King" wrote: I got your mail Jim. That was the logic I was looking for. It's great help from you. Thanks a lot. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
present data as hierarchy/tree structure in user form | Excel Programming | |||
Tree Structure | Excel Programming | |||
Tree Data Structure in VB/VBA | Excel Programming | |||
Displaying Folder Structure and Files from WIndows Explorer to Excel | Excel Programming | |||
Displaying Folder Structure and Files from WIndows Explorer to Excel | Excel Programming |