A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Is there a native access version of the treeview?



 
 
Thread Tools Display Modes
  #1  
Old April 10th, 2010, 05:10 AM posted to microsoft.public.access.forms
SK
external usenet poster
 
Posts: 88
Default Is there a native access version of the treeview?

I have a need to use the treeview control in a database I'm working on but I
do NOT want to deal with the activex registration issues if I can get around
it. Is there any control native to access that can be made to act the same?
I can go with 2 or 3 listboxes but that is just not as slick looking in a
finished application and it uses up too much space on the form.

I have used the treeview with nested recordsets in the past but that was on
a single user app so there was not a big issue in getting the control loaded.
The app I'm working on now will be used by 20+ people so I want to stay away
from the registration issues if I can.


  #2  
Old April 10th, 2010, 05:16 AM posted to microsoft.public.access.forms
SK
external usenet poster
 
Posts: 88
Default Is there a native access version of the treeview?

forgot to add I'm using 2007.

"sk" wrote:

I have a need to use the treeview control in a database I'm working on but I
do NOT want to deal with the activex registration issues if I can get around
it. Is there any control native to access that can be made to act the same?
I can go with 2 or 3 listboxes but that is just not as slick looking in a
finished application and it uses up too much space on the form.

I have used the treeview with nested recordsets in the past but that was on
a single user app so there was not a big issue in getting the control loaded.
The app I'm working on now will be used by 20+ people so I want to stay away
from the registration issues if I can.


  #3  
Old April 10th, 2010, 07:13 PM posted to microsoft.public.access.forms
Tom van Stiphout[_2_]
external usenet poster
 
Posts: 1,653
Default Is there a native access version of the treeview?

On Fri, 9 Apr 2010 21:16:01 -0700, sk
wrote:

No.
Create a setup program, which will install all required components.
Here is a link:
http://msdn.microsoft.com/en-us/libr...ice.10%29.aspx

The Wise installer is generally considered the best.

-Tom.
Microsoft Access MVP


forgot to add I'm using 2007.

"sk" wrote:

I have a need to use the treeview control in a database I'm working on but I
do NOT want to deal with the activex registration issues if I can get around
it. Is there any control native to access that can be made to act the same?
I can go with 2 or 3 listboxes but that is just not as slick looking in a
finished application and it uses up too much space on the form.

I have used the treeview with nested recordsets in the past but that was on
a single user app so there was not a big issue in getting the control loaded.
The app I'm working on now will be used by 20+ people so I want to stay away
from the registration issues if I can.


  #4  
Old April 13th, 2010, 07:02 PM posted to microsoft.public.access.forms
Larry Linson
external usenet poster
 
Posts: 3,112
Default Is there a native access version of the treeview?

Some time ago, I did a demo using the TreeView. I did not have to load
anything "special", but do note that the sample includes two References that
are not "basic": Microsoft Office SP Web Components and Microsoft Windows
Common Controls v 6. As I often use the Windows Common Controls for file
selection, I suspect the TreeView is in the Microsoft Office XP Web
Components. If all your users have full Microsoft Office Pro installed, I
think there's a probability that they'll already have the Web Components
installed and you won't face ActiveX registration issues. (Caveat: But, that
may not be the case with all versions of Office.)

Former MVP (now Microsoft employee on the Access team) Jeff Conrad has
several useful links about TreeView at
http://www.accessmvp.com/JConrad/acc.../treeview.html.

Larry Linson
Microsoft Office Access MVP


"sk" wrote in message
...
I have a need to use the treeview control in a database I'm working on but
I
do NOT want to deal with the activex registration issues if I can get
around
it. Is there any control native to access that can be made to act the
same?
I can go with 2 or 3 listboxes but that is just not as slick looking in a
finished application and it uses up too much space on the form.

I have used the treeview with nested recordsets in the past but that was
on
a single user app so there was not a big issue in getting the control
loaded.
The app I'm working on now will be used by 20+ people so I want to stay
away
from the registration issues if I can.





  #5  
Old April 14th, 2010, 04:03 AM posted to microsoft.public.access.forms
Larry Linson
external usenet poster
 
Posts: 3,112
Default Is there a native access version of the treeview?

Oops, finger-fumble. The first reference should be

Microsoft Office XP Web Components

Larry

"Larry Linson" wrote in message
...
Some time ago, I did a demo using the TreeView. I did not have to load
anything "special", but do note that the sample includes two References
that are not "basic": Microsoft Office SP Web Components and Microsoft
Windows Common Controls v 6. As I often use the Windows Common Controls
for file selection, I suspect the TreeView is in the Microsoft Office XP
Web Components. If all your users have full Microsoft Office Pro
installed, I think there's a probability that they'll already have the Web
Components installed and you won't face ActiveX registration issues.
(Caveat: But, that may not be the case with all versions of Office.)

Former MVP (now Microsoft employee on the Access team) Jeff Conrad has
several useful links about TreeView at
http://www.accessmvp.com/JConrad/acc.../treeview.html.

Larry Linson
Microsoft Office Access MVP


"sk" wrote in message
...
I have a need to use the treeview control in a database I'm working on but
I
do NOT want to deal with the activex registration issues if I can get
around
it. Is there any control native to access that can be made to act the
same?
I can go with 2 or 3 listboxes but that is just not as slick looking in a
finished application and it uses up too much space on the form.

I have used the treeview with nested recordsets in the past but that was
on
a single user app so there was not a big issue in getting the control
loaded.
The app I'm working on now will be used by 20+ people so I want to stay
away
from the registration issues if I can.








  #6  
Old April 14th, 2010, 10:01 AM posted to microsoft.public.access.forms
abdollah
external usenet poster
 
Posts: 1
Default Is there a native access version of the treeview?


hiiiiiiiiiiiiiiiii

"Larry Linson" wrote in message
...
Oops, finger-fumble. The first reference should be

Microsoft Office XP Web Components

Larry

"Larry Linson" wrote in message
...
Some time ago, I did a demo using the TreeView. I did not have to load
anything "special", but do note that the sample includes two References
that are not "basic": Microsoft Office SP Web Components and Microsoft
Windows Common Controls v 6. As I often use the Windows Common Controls
for file selection, I suspect the TreeView is in the Microsoft Office XP
Web Components. If all your users have full Microsoft Office Pro
installed, I think there's a probability that they'll already have the
Web Components installed and you won't face ActiveX registration issues.
(Caveat: But, that may not be the case with all versions of Office.)

Former MVP (now Microsoft employee on the Access team) Jeff Conrad has
several useful links about TreeView at
http://www.accessmvp.com/JConrad/acc.../treeview.html.

Larry Linson
Microsoft Office Access MVP


"sk" wrote in message
...
I have a need to use the treeview control in a database I'm working on
but I
do NOT want to deal with the activex registration issues if I can get
around
it. Is there any control native to access that can be made to act the
same?
I can go with 2 or 3 listboxes but that is just not as slick looking in
a
finished application and it uses up too much space on the form.

I have used the treeview with nested recordsets in the past but that was
on
a single user app so there was not a big issue in getting the control
loaded.
The app I'm working on now will be used by 20+ people so I want to stay
away
from the registration issues if I can.








 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:28 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.