Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Displaying Tree Structure in List Box

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Displaying Tree Structure in List Box

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,119
Default Displaying Tree Structure in List Box

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,119
Default Displaying Tree Structure in List Box

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Displaying Tree Structure in List Box

I got your mail Jim. That was the logic I was looking for. It's great
help from you.

Thanks a lot.



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,119
Default Displaying Tree Structure in List Box

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
present data as hierarchy/tree structure in user form Malin Excel Programming 1 April 14th 05 08:35 PM
Tree Structure ExcelMonkey[_190_] Excel Programming 4 February 25th 05 02:07 AM
Tree Data Structure in VB/VBA Bing Excel Programming 3 December 21st 04 01:37 PM
Displaying Folder Structure and Files from WIndows Explorer to Excel Tom Ogilvy Excel Programming 0 July 16th 03 04:52 PM
Displaying Folder Structure and Files from WIndows Explorer to Excel Bill Lunney Excel Programming 0 July 16th 03 04:50 PM


All times are GMT +1. The time now is 12:10 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"